Package jnetpcap.capture.file.nap

Network cAPture file format.

See:
          Description

Interface Summary
NAPBinding  
NAPBlock  
NAPCaptureInfo  
NAPCaptureSystem  
NAPCounter  
NAPEvent  
NAPExpert  
NapFile NAP capture file format from Sly Technologies folks.
NAPMetaRecord  
NAPNoOp  
NAPPacket  
NAPProperty  
NAPRecord  
NAPRouting  
NAPVendor  
 

Class Summary
NAPModel  
 

Enum Summary
NAPBlock.Flag  
NAPFlag Flags that are set within the packet header.
NAPMetaType Defines constants for Meta Record Sub Type field.
NAPProtocol  
NAPType  
PCAPRecordType  
 

Package jnetpcap.capture.file.nap Description

Network cAPture file format.

NAP API

NAP API supplies support NAP (Network cAPture) file format to jNetPCAP capture framework. The NAP file format, its classes and interfaces have the following associations:
NAPFile
 +-> NAPBlock (1 .. *)
   +-> NAPPacket (0 .. *)
   +-> NAPVendor (0 .. *)
   +-> NAPNoOp (0 .. *)
   +-> NAPCaptureSystem (0 .. *)
   +-> NAPBinding (0 .. *)
   +-> NAPCounter (0 .. *)
   +-> NAPEvent (0 .. *)
   +-> NAPExpert (0 .. *)
   +-> NAPProperty (0 .. *)
   +-> NAPProtocol (0 .. *)
   +-> NAPRouting (0 .. *)
     
The NAP file format, its classes and interfaces have the following generalization:
(I = Interface, C = Class, AC = Abstract Class)
CaptureFiles (AC)

CaptureFile (I)
  +-> NAPFile (I)

Record (I)
 +-> NAPRecord (I)
   +-> NAPBlock (I)
   +-> NAPDataRecord (I)
     +-> NAPPacket (I)
     +-> NAPVendor (I)
     +-> NAPNoOp (I)
     +-> NAPMetaRecord (I)
       +-> NAPCaptureSystem (I)
       +-> NAPBinding (I)
       +-> NAPCounter (I)
       +-> NAPEvent (I)
       +-> NAPExpert (I)
       +-> NAPProperty (I)
       +-> NAPProtocol (I)
       +-> NAPRouting (I)