org.jnetpcap.packet.annotate
Annotation Type HeaderLength


@Target(value=METHOD)
@Documented
@Retention(value=RUNTIME)
public @interface HeaderLength

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Optional Element Summary
 HeaderLength.Type value
          Sets the type of length getter method this is.
 

value

public abstract HeaderLength.Type value
Sets the type of length getter method this is. The default is that the length getter is for a header.

Returns:
type of length getter method
Default:
HEADER