A B C D F G H I J L M N O P R S T U V W

S

seek(Timestamp) - Method in interface jnetpcap.capture.MutableFileIterator
Seeks or searches for the first paket within the iterator starting at the beggining, that has its capture timestamp equal or older then the specified timestamp.
setAccuracy(int) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setBlockId(long) - Method in interface jnetpcap.capture.file.nap.NAPBlock
 
setCaptureInterface(CaptureInterface) - Method in interface jnetpcap.capture.CapturePacket
Sets the device that captured this packet.
setCaptureNanos() - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setCaptureSeconds() - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setCaptureSystem(NAPCaptureInfo) - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setCaptureSystemId(int) - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setCaptureTimestamp(Timestamp) - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setDataBuffer(ByteBuffer) - Method in interface jnetpcap.capture.file.DataRecord
 
setDataEncapsulation(DataEncapsulation) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the data encapsulation for this capture device
setDisplayName(String) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets a more human readable name for the interface this capture device describes.
setDrops(int) - Method in interface jnetpcap.capture.file.snoop.SnoopPacketRecord
 
setFilePosition(long) - Method in interface jnetpcap.capture.file.Record
 
setFilter(Filter) - Method in interface jnetpcap.capture.Capture
Sets a new filter on this active capture session.
setFilter(Filter, CaptureInterface) - Method in interface jnetpcap.capture.LiveCapture
Sets a new filter for currently open CaptureInterface.
setFilter(Filter) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets a new filter to be applied to the future or currently active capture session for the network interface this capture device is associated with.
setFlags(Set<NAPFlag>) - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setIncludedLength(int) - Method in interface jnetpcap.capture.file.pcap.PcapPacketRecord
 
setIncludedLength(int) - Method in interface jnetpcap.capture.file.snoop.SnoopPacketRecord
 
setLinktype(int) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setLinktype(int) - Method in interface jnetpcap.capture.file.snoop.SnoopBlockRecord
 
setLocalCaptureFactory(CaptureFactory.LocalFactory) - Static method in class jnetpcap.capture.CaptureFactory
Allows complete override of the implementation of Capture Framework.
setMagicNumber(byte[]) - Method in interface jnetpcap.capture.file.snoop.SnoopBlockRecord
 
setMagicPattern(byte[]) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setMajorVersion(int) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setMajorVesion(int) - Method in interface jnetpcap.capture.file.snoop.SnoopBlockRecord
 
setMicroseconds(long) - Method in interface jnetpcap.capture.file.pcap.PcapPacketRecord
 
setMicroseconds(long) - Method in interface jnetpcap.capture.file.snoop.SnoopPacketRecord
 
setMinorVersion(int) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setModified(boolean) - Method in interface jnetpcap.capture.file.Record
 
setName(String) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the name of the interface this capture device describes.
setNextBlockId(long) - Method in interface jnetpcap.capture.file.nap.NAPBlock
 
setOriginalLength() - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setOriginalLength(int) - Method in interface jnetpcap.capture.file.snoop.SnoopPacketRecord
 
setOriginalPacketLength(int) - Method in interface jnetpcap.capture.CapturePacket
Sets the original length of the packet in octets.
setOrignalLength(int) - Method in interface jnetpcap.capture.file.pcap.PcapPacketRecord
 
setOSArchitecture(String) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the OS architecture of the capture device's operating system
setOSName(String) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the ame of the operating system the device is on.
setOSVersion(String) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the operating system version the capture device is on.
setPacketBuffer(ByteBuffer) - Method in interface jnetpcap.capture.CapturePacket
Set the packets data buffer.
setPacketBuffer(ByteBuffer) - Method in interface jnetpcap.capture.file.nap.NAPPacket
 
setPacketCount(int) - Method in interface jnetpcap.capture.file.nap.NAPBlock
 
setPosition(long) - Method in interface jnetpcap.capture.MutableFileIterator
Sets the absolute position of this iterator's current position.
setRecordLength(int) - Method in interface jnetpcap.capture.file.snoop.SnoopPacketRecord
 
setSeconds(long) - Method in interface jnetpcap.capture.file.pcap.PcapPacketRecord
 
setSeconds(long) - Method in interface jnetpcap.capture.file.snoop.SnoopPacketRecord
 
setSnaplen(int) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setTimestamp(Timestamp) - Method in interface jnetpcap.capture.CapturePacket
Convenience method which sets the capture timestamp using a Timestamp object.
setTimestamp(long, long) - Method in interface jnetpcap.capture.CapturePacket
Sets the timestamp when the packet was captured by a CaptureInterface, i.e.
setTimestampResolution(CaptureInterface.TimestampResolution) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the capturing devices clock resolution when it comes to recording a timestamp.
setTimezone(int) - Method in interface jnetpcap.capture.file.pcap.PcapBlockRecord
 
setTimezone(int) - Method in interface jnetpcap.capture.MutableCaptureInterface
Sets the timezeone for this device.
setVersion(int, int) - Method in interface jnetpcap.capture.file.BlockRecord
 
setVersion(Version) - Method in interface jnetpcap.capture.file.BlockRecord
 
setVersion(Version) - Method in interface jnetpcap.capture.file.nap.NAPBlock
 
setWritten(boolean) - Method in interface jnetpcap.capture.file.Record
 
skip(long) - Method in class jnetpcap.capture.CaptureInputStream
 
SnoopBlockRecord - Interface in jnetpcap.capture.file.snoop
 
SnoopBlockRecord.HDR - Enum in jnetpcap.capture.file.snoop
 
SnoopFile - Interface in jnetpcap.capture.file.snoop
SNOOP capture file format from SUN Microsystem's folks.
SnoopPacketRecord - Interface in jnetpcap.capture.file.snoop
 
SnoopPacketRecord.HDR - Enum in jnetpcap.capture.file.snoop
 
splitFile(File) - Method in interface jnetpcap.capture.CaptureFactory.Factory
Splits the file into smaller files according to default rules defined for each file format.
splitFile(File, long, boolean) - Method in interface jnetpcap.capture.CaptureFactory.Factory
Split the specified file into smaller files containing specified number of packets each from the source file.
splitFile(File) - Static method in class jnetpcap.capture.CaptureFactory
Splits the file into smaller files according to default rules defined for each file format.
splitFile(File, long, boolean) - Static method in class jnetpcap.capture.CaptureFactory
Split the specified file into smaller files containing specified number of packets each from the source file.
SuppliedFileTypes - Enum in jnetpcap.capture.file
Defines enum constants for all the currently supported capture file types by the jNetPCAP capture framework.

A B C D F G H I J L M N O P R S T U V W