public abstract class Message extends ICMP6Header
Modifier and Type | Field and Description |
---|---|
static int |
DSTUNR
A Destination Unreachable Message
|
static int |
ECHOREQ
A Echo Request Message
|
static int |
ECHQRPL
A Echo Reply Message
|
static int |
MLTLSTDNE
A Multicast Listener Done Message
|
static int |
MLTLSTQRY
A Multicast Listener Query Message
|
static int |
MLTLSTRPT
A Multicast Listener Report Message
|
static int |
MSGUNK
A Unknown Message
|
static int |
NGHADV
A Neighbor Advertisement Message
|
static int |
NGHSOL
A Neighbor Solicitation Message
|
static int |
PARMPROB
A Parameter Problem Message
|
static int |
PKTTOBIG
A Packet To Big Message
|
static int |
REDR
A Redirect Message
|
static int |
RTRADV
A Router Advertisement Message
|
static int |
RTRSOL
A Router Solicitation Message
|
static int |
TIMEEXC
A Time Exceeded Message
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString(FormatProperties filter)
Returns a printable representation of this header.
|
getChecksum, getCode, getHeaderLen, getNextHeader, getTypeField
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toString
public static final int MSGUNK
public static final int RTRSOL
public static final int RTRADV
public static final int NGHSOL
public static final int NGHADV
public static final int REDR
public static final int DSTUNR
public static final int PKTTOBIG
public static final int TIMEEXC
public static final int PARMPROB
public static final int ECHOREQ
public static final int ECHQRPL
public static final int MLTLSTQRY
public static final int MLTLSTRPT
public static final int MLTLSTDNE
public java.lang.String toString(FormatProperties filter)
toString
in class ICMP6Header
filter
- FormatProperties object for filtering this header.