Module org.pcap4j.core
Package org.pcap4j.packet
Interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IllegalIpV4InternetTimestampOptionData,IpV4InternetTimestampOptionAddressPrespecified,IpV4InternetTimestampOptionTimestamps,IpV4InternetTimestampOptionTimestampsWithAddresses,UnknownIpV4InternetTimestampOptionData
- Enclosing class:
IpV4InternetTimestampOption
public static interface IpV4InternetTimestampOption.IpV4InternetTimestampOptionData
extends Serializable
The interface representing an IPv4 internet timestamp option data. If you use
, classes which implement this interface must implement the
following method:
invalid reference
PropertiesBasedPacketFactory
public static IpV4InternetTimestampData 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
-