Uses of Class
jnetpcap.capture.CapturedProperty

Packages that use CapturedProperty
jnetpcap.capture A network packet capture framework. 
jnetpcap.capture.file.nap Network cAPture file format. 
 

Uses of CapturedProperty in jnetpcap.capture
 

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

Uses of CapturedProperty in jnetpcap.capture.file.nap
 

Methods in jnetpcap.capture.file.nap that return types with arguments of type CapturedProperty
 java.util.Set<CapturedProperty> PCAPRecordType.getCapabilities()