- java.lang.Object
-
- org.pcap4j.packet.AbstractPacket.AbstractHeader
-
- org.pcap4j.packet.IcmpIdentifiablePacket.IcmpIdentifiableHeader
-
- org.pcap4j.packet.IcmpV4EchoReplyPacket.IcmpV4EchoReplyHeader
-
- All Implemented Interfaces:
java.io.Serializable,Packet.Header
- Enclosing class:
- IcmpV4EchoReplyPacket
public static final class IcmpV4EchoReplyPacket.IcmpV4EchoReplyHeader extends IcmpIdentifiablePacket.IcmpIdentifiableHeader
- Since:
- pcap4j 0.9.11
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID-
Fields inherited from class org.pcap4j.packet.IcmpIdentifiablePacket.IcmpIdentifiableHeader
ICMP_IDENTIFIABLE_HEADER_SIZE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateIcmpV4EchoReplyHeader(byte[] rawData, int offset, int length)privateIcmpV4EchoReplyHeader(IcmpV4EchoReplyPacket.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetHeaderName()-
Methods inherited from class org.pcap4j.packet.IcmpIdentifiablePacket.IcmpIdentifiableHeader
buildString, calcHashCode, equals, getIdentifier, getIdentifierAsInt, getRawFields, getSequenceNumber, getSequenceNumberAsInt, length
-
Methods inherited from class org.pcap4j.packet.AbstractPacket.AbstractHeader
buildHexString, buildRawData, calcLength, getRawData, hashCode, toHexString, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IcmpV4EchoReplyHeader
private IcmpV4EchoReplyHeader(byte[] rawData, int offset, int length) throws IllegalRawDataException- Throws:
IllegalRawDataException
-
IcmpV4EchoReplyHeader
private IcmpV4EchoReplyHeader(IcmpV4EchoReplyPacket.Builder builder)
-
-
Method Detail
-
getHeaderName
protected java.lang.String getHeaderName()
- Specified by:
getHeaderNamein classIcmpIdentifiablePacket.IcmpIdentifiableHeader
-
-