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