public static final class IcmpV4InformationReplyPacket.IcmpV4InformationReplyHeader extends AbstractPacket.AbstractHeader
Modifier and Type | Field and Description |
---|---|
protected static int |
ICMP_IDENTIFIABLE_HEADER_SIZE |
Modifier and Type | Method and Description |
---|---|
protected String |
buildString() |
protected String |
getHeaderName() |
short |
getIdentifier() |
int |
getIdentifierAsInt() |
protected List<byte[]> |
getRawFields() |
short |
getSequenceNumber() |
int |
getSequenceNumberAsInt() |
int |
length() |
buildHexString, buildRawData, calcHashCode, calcLength, equals, getRawData, hashCode, toHexString, toString
protected static final int ICMP_IDENTIFIABLE_HEADER_SIZE
protected String getHeaderName()
public short getIdentifier()
public int getIdentifierAsInt()
public short getSequenceNumber()
public int getSequenceNumberAsInt()
protected List<byte[]> getRawFields()
getRawFields
in class AbstractPacket.AbstractHeader
public int length()
length
in interface Packet.Header
length
in class AbstractPacket.AbstractHeader
protected String buildString()
buildString
in class AbstractPacket.AbstractHeader
Copyright © 2014. All Rights Reserved.