Uses of Interface
jnetpcap.capture.file.pcap.PcapBlockRecord

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

Uses of PcapBlockRecord in jnetpcap.capture.file.pcap
 

Methods in jnetpcap.capture.file.pcap that return PcapBlockRecord
 PcapBlockRecord PcapFile.newBlockRecord()
           
 

Methods in jnetpcap.capture.file.pcap with parameters of type PcapBlockRecord
 PcapPacketRecord PcapFile.newPacketRecord(PcapBlockRecord parent)