Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
IpVersion |
IpV6Packet.IpV6Header.getVersion() |
IpVersion |
IpV4Packet.IpV4Header.getVersion() |
Modifier and Type | Method and Description |
---|---|
IpV6Packet.Builder |
IpV6Packet.Builder.version(IpVersion version) |
IpV4Packet.Builder |
IpV4Packet.Builder.version(IpVersion version) |
Modifier and Type | Field and Description |
---|---|
static IpVersion |
IpVersion.IPV4
IPv4: 4
|
static IpVersion |
IpVersion.IPV6
IPv6: 6
|
static IpVersion |
IpVersion.PIP
PIP: 8
|
static IpVersion |
IpVersion.ST
ST: 5
|
static IpVersion |
IpVersion.TP_IX
TP/IX: 7
|
static IpVersion |
IpVersion.TUBA
TUBA: 9
|
Modifier and Type | Method and Description |
---|---|
static IpVersion |
IpVersion.getInstance(Byte value) |
static IpVersion |
IpVersion.register(IpVersion version) |
Modifier and Type | Method and Description |
---|---|
int |
IpVersion.compareTo(IpVersion o) |
static IpVersion |
IpVersion.register(IpVersion version) |
Copyright © 2011–2016 Pcap4J.org. All rights reserved.