Package org.jnetpcap.packet.annotate

Annotation interfaces for header definitions.

See:
          Description

Enum Summary
Bind.Type Defines constants for various binding types that are possible.
BindingVariable.MatchType The Enum MatchType.
Field.Property The Enum Property.
Header.Characteristic The Enum Characteristic.
Header.Layer The Enum Layer.
HeaderLength.Type Table with constants for each type of get length methods supported.
Protocol.Suite The Enum Suite.
ProtocolSuite Standard protocol suite names.
 

Exception Summary
FieldDefinitionException The Class 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 The Interface BindingVariable.
Dynamic The Interface Dynamic.
Field Defines a header field's getter method.
FieldSetter The Interface FieldSetter.
FlowKey The Interface FlowKey.
Format The Interface Format.
Header The Interface Header.
HeaderLength The Interface HeaderLength.
Protocol Specifies global protocol properties.
Scanner The Interface Scanner.
Validate Defines a binding method.
 

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.