| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getChecksum()Returns the checksum of this ICMPv6 Header. | 
| java.lang.String | getCode()Returns the code of this ICMPv6 Header. | 
| int | getHeaderLen()Returns the length of this header. | 
| Header | getNextHeader()Returns the next header in the packet. | 
| java.lang.String | getTypeField()Returns the type of this ICMPv6 Header from the trace. | 
| java.lang.String | toString(FormatProperties filter)Returns a printable representation of this header. | 
getHeaderData, getName, getPayload, getPayLoad, getPayloadBytes, getPayloadHexString, getType, printHexHeader, toHexString, toStringpublic int getHeaderLen()
getHeaderLen in class Headerpublic Header getNextHeader()
getNextHeader in class Headerpublic java.lang.String toString(FormatProperties filter)
public java.lang.String getTypeField()
public java.lang.String getCode()
public java.lang.String getChecksum()