Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
ProtocolFamily |
BsdLoopbackPacket.BsdLoopbackHeader.getProtocolFamily() |
Modifier and Type | Method and Description |
---|---|
BsdLoopbackPacket.Builder |
BsdLoopbackPacket.Builder.protocolFamily(ProtocolFamily protocolFamily) |
Modifier and Type | Field and Description |
---|---|
static ProtocolFamily |
ProtocolFamily.PF_INET
PF_INET (IPv4).
|
static ProtocolFamily |
ProtocolFamily.PF_INET6
PF_INET6 (IPv6).
|
static ProtocolFamily |
ProtocolFamily.PF_LINK
PF_LINK (Link layer interface).
|
static ProtocolFamily |
ProtocolFamily.PF_UNSPEC
PF_UNSPEC (unspecified): 0
|
Modifier and Type | Method and Description |
---|---|
static ProtocolFamily |
ProtocolFamily.getInstance(Integer value) |
static ProtocolFamily |
ProtocolFamily.register(ProtocolFamily type) |
Modifier and Type | Method and Description |
---|---|
int |
ProtocolFamily.compareTo(ProtocolFamily o) |
static ProtocolFamily |
ProtocolFamily.register(ProtocolFamily type) |
Copyright © 2011–2016 Pcap4J.org. All rights reserved.