Uses of Class
jnetpcap.capture.file.snoop.SnoopPacketRecord.HDR

Packages that use SnoopPacketRecord.HDR
jnetpcap.capture.file.snoop Sun's SNOOP capture file format (RFC 1761) 
 

Uses of SnoopPacketRecord.HDR in jnetpcap.capture.file.snoop
 

Methods in jnetpcap.capture.file.snoop that return SnoopPacketRecord.HDR
static SnoopPacketRecord.HDR SnoopPacketRecord.HDR.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SnoopPacketRecord.HDR[] SnoopPacketRecord.HDR.values()
          Returns an array containing the constants of this enum type, in the order they're declared.