Module org.pcap4j.core
Package org.pcap4j.packet
Class IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader
java.lang.Object
org.pcap4j.packet.AbstractPacket.AbstractHeader
org.pcap4j.packet.IpV6ExtOptionsPacket.IpV6ExtOptionsHeader
org.pcap4j.packet.IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader
- All Implemented Interfaces:
Serializable,Packet.Header
- Enclosing class:
IpV6ExtDestinationOptionsPacket
public static final class IpV6ExtDestinationOptionsPacket.IpV6ExtDestinationOptionsHeader
extends IpV6ExtOptionsPacket.IpV6ExtOptionsHeader
- Since:
- pcap4j 0.9.10
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIpV6ExtDestinationOptionsHeader(byte[] rawData, int offset, int length) private -
Method Summary
Methods inherited from class org.pcap4j.packet.IpV6ExtOptionsPacket.IpV6ExtOptionsHeader
buildString, calcHashCode, calcLength, equals, getHdrExtLen, getHdrExtLenAsInt, getNextHeader, getOptions, getRawFieldsMethods inherited from class org.pcap4j.packet.AbstractPacket.AbstractHeader
buildHexString, buildRawData, getRawData, hashCode, length, toHexString, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IpV6ExtDestinationOptionsHeader
private IpV6ExtDestinationOptionsHeader(byte[] rawData, int offset, int length) throws IllegalRawDataException - Throws:
IllegalRawDataException
-
IpV6ExtDestinationOptionsHeader
-
-
Method Details
-
getHeaderName
- Specified by:
getHeaderNamein classIpV6ExtOptionsPacket.IpV6ExtOptionsHeader- Returns:
- header name
-