Uses of Interface
jnetpcap.capture.FileIterator

Packages that use FileIterator
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file.nap Network cAPture file format. 
jnetpcap.capture.file.pcap PCAP file format as defined by Libpcap library. 
jnetpcap.capture.file.snoop Sun's SNOOP capture file format (RFC 1761) 
 

Uses of FileIterator in jnetpcap.capture
 

Subinterfaces of FileIterator in jnetpcap.capture
 interface FileCapture
          Immutable interface to an open capture file.
 interface MutableFileCapture
          Extends the immutable FileCapture and adds methods to manipulate the packets stored in a capture file.
 interface MutableFileIterator
          Extends the immutable FileIterator and adds methods to add, remove, move or seek around the underlying packet dataset.
 

Uses of FileIterator in jnetpcap.capture.file.nap
 

Subinterfaces of FileIterator in jnetpcap.capture.file.nap
 interface NapFile
          NAP capture file format from Sly Technologies folks.
 

Uses of FileIterator in jnetpcap.capture.file.pcap
 

Subinterfaces of FileIterator in jnetpcap.capture.file.pcap
 interface PcapFile
          PCAP file format from tcpdump.org folks.
 

Uses of FileIterator in jnetpcap.capture.file.snoop
 

Subinterfaces of FileIterator in jnetpcap.capture.file.snoop
 interface SnoopFile
          SNOOP capture file format from SUN Microsystem's folks.