Uses of Class
jnetpcap.capture.DataEncapsulation

Packages that use DataEncapsulation
jnetpcap.capture A network packet capture framework. 
 

Uses of DataEncapsulation in jnetpcap.capture
 

Methods in jnetpcap.capture that return DataEncapsulation
 DataEncapsulation CaptureInterface.getDataEncapsulation()
          Data encapsulation used by this capture device
static DataEncapsulation DataEncapsulation.valueOf(FileType type, int nativeDLT)
          Translates a an integer value that represents a data link or encapsulation protocol number that is specific for each file type into standard Capture framework DLT enum entry.
static DataEncapsulation DataEncapsulation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataEncapsulation[] DataEncapsulation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jnetpcap.capture with parameters of type DataEncapsulation
 void MutableCaptureInterface.setDataEncapsulation(DataEncapsulation dlt)
          Sets the data encapsulation for this capture device