Package org.jnetpcap.packet.annotate

Annotation interfaces for header definitions.

See:
          Description

Enum Summary
BindingVariable.MatchType  
Field.Property  
Header.Characteristic  
Header.Layer  
Protocol.Suite  
ProtocolSuite Standard protocol suite names.
 

Exception Summary
FieldDefinitionException  
 

Annotation Types Summary
Analyzer Annotation marks a method as an analyzer method which gets called during analysis phase, if requested by user.
Bind Defines a binding method.
BindingVariable  
Dynamic  
Field Defines a header field's getter method.
FieldSetter  
FlowKey  
Format  
Header  
HeaderLength  
Protocol Specifies global protocol properties
Scanner  
 

Package org.jnetpcap.packet.annotate Description

Annotation interfaces for header definitions. This package contains all available annotations that can be used to mark up a java header definition. Each annotation documents its parameters possible values.