- java.lang.Object
-
- org.pcap4j.packet.AbstractPacket.AbstractHeader
-
- org.pcap4j.packet.IcmpIdentifiablePacket.IcmpIdentifiableHeader
-
- org.pcap4j.packet.IcmpV4EchoPacket.IcmpV4EchoHeader
-
- All Implemented Interfaces:
java.io.Serializable,Packet.Header
- Enclosing class:
- IcmpV4EchoPacket
public static final class IcmpV4EchoPacket.IcmpV4EchoHeader 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 privateIcmpV4EchoHeader(byte[] rawData, int offset, int length)privateIcmpV4EchoHeader(IcmpV4EchoPacket.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
-
IcmpV4EchoHeader
private IcmpV4EchoHeader(byte[] rawData, int offset, int length) throws IllegalRawDataException- Throws:
IllegalRawDataException
-
IcmpV4EchoHeader
private IcmpV4EchoHeader(IcmpV4EchoPacket.Builder builder)
-
-
Method Detail
-
getHeaderName
protected java.lang.String getHeaderName()
- Specified by:
getHeaderNamein classIcmpIdentifiablePacket.IcmpIdentifiableHeader
-
-