Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.factory | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
IpV4OptionType |
UnknownIpV4Option.getType() |
IpV4OptionType |
IpV4StrictSourceRouteOption.getType() |
IpV4OptionType |
IpV4StreamIdOption.getType() |
IpV4OptionType |
IpV4Rfc791SecurityOption.getType() |
IpV4OptionType |
IpV4RecordRouteOption.getType() |
IpV4OptionType |
IpV4Packet.IpV4Option.getType() |
IpV4OptionType |
IpV4NoOperationOption.getType() |
IpV4OptionType |
IpV4LooseSourceRouteOption.getType() |
IpV4OptionType |
IpV4InternetTimestampOption.getType() |
IpV4OptionType |
IpV4EndOfOptionList.getType() |
IpV4OptionType |
IllegalIpV4Option.getType() |
Modifier and Type | Method and Description |
---|---|
UnknownIpV4Option.Builder |
UnknownIpV4Option.Builder.type(IpV4OptionType type) |
IllegalIpV4Option.Builder |
IllegalIpV4Option.Builder.type(IpV4OptionType type) |
Modifier and Type | Method and Description |
---|---|
Class<? extends IpV4Packet.IpV4Option> |
PacketFactoryPropertiesLoader.getIpV4OptionClass(IpV4OptionType type) |
Class<? extends IpV4Packet.IpV4Option> |
StaticIpV4OptionFactory.getTargetClass(IpV4OptionType number) |
Class<? extends IpV4Packet.IpV4Option> |
PropertiesBasedIpV4OptionFactory.getTargetClass(IpV4OptionType number) |
IpV4Packet.IpV4Option |
StaticIpV4OptionFactory.newInstance(byte[] rawData,
int offset,
int length,
IpV4OptionType number) |
IpV4Packet.IpV4Option |
PropertiesBasedIpV4OptionFactory.newInstance(byte[] rawData,
int offset,
int length,
IpV4OptionType number) |
Modifier and Type | Field and Description |
---|---|
static IpV4OptionType |
IpV4OptionType.END_OF_OPTION_LIST |
static IpV4OptionType |
IpV4OptionType.INTERNET_TIMESTAMP |
static IpV4OptionType |
IpV4OptionType.LOOSE_SOURCE_ROUTING |
static IpV4OptionType |
IpV4OptionType.NO_OPERATION |
static IpV4OptionType |
IpV4OptionType.RECORD_ROUTE |
static IpV4OptionType |
IpV4OptionType.SECURITY |
static IpV4OptionType |
IpV4OptionType.STREAM_ID |
static IpV4OptionType |
IpV4OptionType.STRICT_SOURCE_ROUTING |
Modifier and Type | Method and Description |
---|---|
static IpV4OptionType |
IpV4OptionType.getInstance(Byte value) |
static IpV4OptionType |
IpV4OptionType.register(IpV4OptionType type) |
Modifier and Type | Method and Description |
---|---|
int |
IpV4OptionType.compareTo(IpV4OptionType o) |
static IpV4OptionType |
IpV4OptionType.register(IpV4OptionType type) |
Copyright © 2014. All Rights Reserved.