Uses of Class
jnetpcap.capture.file.nap.NAPFlag

Packages that use NAPFlag
jnetpcap.capture.file.nap Network cAPture file format. 
 

Uses of NAPFlag in jnetpcap.capture.file.nap
 

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

Methods in jnetpcap.capture.file.nap that return types with arguments of type NAPFlag
 java.util.Set<NAPFlag> NAPPacket.getFlags()
           
 

Method parameters in jnetpcap.capture.file.nap with type arguments of type NAPFlag
 void NAPPacket.setFlags(java.util.Set<NAPFlag> flags)