|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpcap.packet.IPv6Option
public class IPv6Option
This class represents IPv6 option headers.
Field Summary | |
---|---|
java.net.InetAddress[] |
addrs
Route addresses (Routing option) |
static byte |
AH_OPTION
Authentication option |
static byte |
DESTINATION_OPTION
Destination option |
static byte |
ESP_OPTION
Security payload option |
static byte |
FRAGMENT_OPTION
Fragment option |
byte |
hlen
Header length |
static byte |
HOP_BY_HOP_OPTION
Hop by hop option |
byte |
hop_left
Hop number left (Routing option) |
int |
identification
Identification (fragment option) |
boolean |
m_flag
More flag (fragment option) |
byte |
next_header
Next header |
static byte |
NONE_OPTION
No next option header |
short |
offset
Offset (Fragment option) |
byte[] |
option
Option |
static byte |
ROUTING_OPTION
Routing option |
byte |
routing_type
Routing type (Routing option) |
int |
sequence
Sequence number (AH option) |
int |
spi
SPI (AH option) |
byte |
type
Type |
Constructor Summary | |
---|---|
IPv6Option()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte HOP_BY_HOP_OPTION
public static final byte ROUTING_OPTION
public static final byte FRAGMENT_OPTION
public static final byte ESP_OPTION
public static final byte AH_OPTION
public static final byte NONE_OPTION
public static final byte DESTINATION_OPTION
public byte type
public byte next_header
public byte hlen
public byte[] option
public byte routing_type
public byte hop_left
public java.net.InetAddress[] addrs
public short offset
public boolean m_flag
public int identification
public int spi
public int sequence
Constructor Detail |
---|
public IPv6Option()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |