- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IllegalIpV6RoutingData,IpV6RoutingSourceRouteData,UnknownIpV6RoutingData
- Enclosing class:
IpV6ExtRoutingPacket
The interface representing an IPv6 routing data. If you use
, classes which implement this interface must implement the
following method:
invalid reference
PropertiesBasedPacketFactory
public static IpV6RoutingData newInstance(byte[] rawData, int offset,
int length) throws IllegalRawDataException- Since:
- pcap4j 0.9.11
-
Method Summary
-
Method Details
-
length
int length()- Returns:
- length
-
getRawData
byte[] getRawData()- Returns:
- raw data
-