Package org.pcap4j.packet
Interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
IllegalIpV4InternetTimestampOptionData
,IpV4InternetTimestampOptionAddressPrespecified
,IpV4InternetTimestampOptionTimestamps
,IpV4InternetTimestampOptionTimestampsWithAddresses
,UnknownIpV4InternetTimestampOptionData
- Enclosing class:
- IpV4InternetTimestampOption
public static interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData extends java.io.Serializable
The interface representing an IPv4 internet timestamp option data. If you usePropertiesBasedPacketFactory
, classes which implement this interface must implement the following method:public static IpV4InternetTimestampData newInstance(byte[] rawData, int offset, int length) throws IllegalRawDataException
- Since:
- pcap4j 0.9.11
- Author:
- Kaito Yamada
-
-
Method Summary
Modifier and Type Method Description byte[]
getRawData()
int
length()
-