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

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

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

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