Module org.pcap4j.core
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.SerializableThe 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getRawData()intlength()
-