Uses of Class
jnetpcap.capture.file.pcap.PcapPacketRecord.HDR

Packages that use PcapPacketRecord.HDR
jnetpcap.capture.file.pcap PCAP file format as defined by Libpcap library. 
 

Uses of PcapPacketRecord.HDR in jnetpcap.capture.file.pcap
 

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