Interface IcmpV6CommonPacket.IpV6NeighborDiscoveryOption

All Superinterfaces:
Serializable
All Known Implementing Classes:
IllegalIpV6NeighborDiscoveryOption, IpV6NeighborDiscoveryMtuOption, IpV6NeighborDiscoveryPrefixInformationOption, IpV6NeighborDiscoveryRedirectedHeaderOption, IpV6NeighborDiscoverySourceLinkLayerAddressOption, IpV6NeighborDiscoveryTargetLinkLayerAddressOption, UnknownIpV6NeighborDiscoveryOption
Enclosing class:
IcmpV6CommonPacket

public static interface IcmpV6CommonPacket.IpV6NeighborDiscoveryOption extends Serializable
The interface representing an IPv6 neighbor discovery option. If you use
invalid reference
PropertiesBasedPacketFactory
, classes which implement this interface must implement the following method: public static IpV6NeighborDiscoveryOption newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
Since:
pcap4j 0.9.15
  • Method Details