Package jpcap.packet
Class IPv6Option
java.lang.Object
jpcap.packet.IPv6Option
- All Implemented Interfaces:
Serializable
This class represents IPv6 option headers.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionRoute addresses (Routing option)static final byteAuthentication optionstatic final byteDestination optionstatic final byteSecurity payload optionstatic final byteFragment optionbyteHeader lengthstatic final byteHop by hop optionbyteHop number left (Routing option)intIdentification (fragment option)booleanMore flag (fragment option)byteNext headerstatic final byteNo next option headershortOffset (Fragment option)byte[]Optionstatic final byteRouting optionbyteRouting type (Routing option)intSequence number (AH option)intSPI (AH option)byteType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HOP_BY_HOP_OPTION
public static final byte HOP_BY_HOP_OPTIONHop by hop option- See Also:
-
ROUTING_OPTION
public static final byte ROUTING_OPTIONRouting option- See Also:
-
FRAGMENT_OPTION
public static final byte FRAGMENT_OPTIONFragment option- See Also:
-
ESP_OPTION
public static final byte ESP_OPTIONSecurity payload option- See Also:
-
AH_OPTION
public static final byte AH_OPTIONAuthentication option- See Also:
-
NONE_OPTION
public static final byte NONE_OPTIONNo next option header- See Also:
-
DESTINATION_OPTION
public static final byte DESTINATION_OPTIONDestination option- See Also:
-
type
public byte typeType -
next_header
public byte next_headerNext header -
hlen
public byte hlenHeader length -
option
public byte[] optionOption -
routing_type
public byte routing_typeRouting type (Routing option) -
hop_left
public byte hop_leftHop number left (Routing option) -
addrs
Route addresses (Routing option) -
offset
public short offsetOffset (Fragment option) -
m_flag
public boolean m_flagMore flag (fragment option) -
identification
public int identificationIdentification (fragment option) -
spi
public int spiSPI (AH option) -
sequence
public int sequenceSequence number (AH option)
-
-
Constructor Details
-
IPv6Option
public IPv6Option()
-