Uses of Class
jnetpcap.capture.file.PacketCounterModel

Packages that use PacketCounterModel
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file Allows full access to capture file structure. 
 

Uses of PacketCounterModel in jnetpcap.capture
 

Methods in jnetpcap.capture with parameters of type PacketCounterModel
 long FileCapture.getPacketCount(PacketCounterModel model)
          Gets the packet count using a different algorithm.
 

Uses of PacketCounterModel in jnetpcap.capture.file
 

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

Methods in jnetpcap.capture.file with parameters of type PacketCounterModel
 long BlockRecord.getPacketCount(PacketCounterModel model)
          Gets the packet count using a different algorithm.