Package | Description |
---|---|
org.pcap4j.packet.factory | |
org.pcap4j.packet.namednumber |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStaticPacketFactory<N extends NamedNumber<?,?>> |
interface |
PacketFactory<T,N extends NamedNumber<?,?>> |
Modifier and Type | Method and Description |
---|---|
static <T,N extends NamedNumber<?,?>> |
PacketFactories.getFactory(Class<T> targetClass,
Class<N> numberClass) |
<T extends NamedNumber<?,?>> |
PacketFactoryPropertiesLoader.getPacketClass(T number) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Packet> |
StaticUnknownPacketFactory.getTargetClass(NamedNumber<?,?> number) |
Class<? extends Packet> |
PropertiesBasedPacketFactory.getTargetClass(NamedNumber<?,?> number) |
Packet |
StaticUnknownPacketFactory.newInstance(byte[] rawData,
int offset,
int length,
NamedNumber<?,?> number) |
Packet |
PropertiesBasedPacketFactory.newInstance(byte[] rawData,
int offset,
int length,
NamedNumber<?,?> number) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PacketFactory<?,?>> |
PacketFactoryPropertiesLoader.getPacketFactoryClass(Class<?> targetClass,
Class<? extends NamedNumber<?,?>> numberClass) |
Modifier and Type | Class and Description |
---|---|
class |
NamedNumber<T extends Number,U extends NamedNumber<T,?>> |
Modifier and Type | Class and Description |
---|---|
class |
ArpHardwareType |
class |
ArpOperation |
class |
DataLinkType |
class |
EtherType |
class |
IcmpV4Code |
class |
IcmpV4Type |
class |
IcmpV6Code |
class |
IcmpV6Type |
class |
IpNumber |
class |
IpV4InternetTimestampOptionFlag |
class |
IpV4OptionType |
class |
IpV4SecurityOptionCompartments |
class |
IpV4SecurityOptionHandlingRestrictions |
class |
IpV4SecurityOptionSecurity |
class |
IpV4SecurityOptionTransmissionControlCode |
class |
IpV4TosPrecedence |
class |
IpV4TosTos |
class |
IpV6NeighborDiscoveryOptionType |
class |
IpV6OptionType |
class |
IpV6RoutingHeaderType |
class |
IpVersion |
class |
NA
N/A
|
class |
Oui |
class |
Ssh2DisconnectionReasonCode |
class |
Ssh2MessageNumber |
class |
TcpOptionKind |
class |
TcpPort |
class |
UdpPort |
Copyright © 2014. All Rights Reserved.