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 byte
Authentication optionstatic final byte
Destination optionstatic final byte
Security payload optionstatic final byte
Fragment optionbyte
Header lengthstatic final byte
Hop by hop optionbyte
Hop number left (Routing option)int
Identification (fragment option)boolean
More flag (fragment option)byte
Next headerstatic final byte
No next option headershort
Offset (Fragment option)byte[]
Optionstatic final byte
Routing optionbyte
Routing type (Routing option)int
Sequence number (AH option)int
SPI (AH option)byte
Type -
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()
-