Package | Description |
---|---|
org.pcap4j.packet | |
org.pcap4j.packet.namednumber |
Modifier and Type | Method and Description |
---|---|
EtherType |
ArpPacket.ArpHeader.getProtocolType() |
EtherType |
EthernetPacket.EthernetHeader.getType() |
EtherType |
Dot1qVlanTagPacket.Dot1qVlanTagHeader.getType() |
Modifier and Type | Method and Description |
---|---|
ArpPacket.Builder |
ArpPacket.Builder.protocolType(EtherType protocolType) |
EthernetPacket.Builder |
EthernetPacket.Builder.type(EtherType type) |
Dot1qVlanTagPacket.Builder |
Dot1qVlanTagPacket.Builder.type(EtherType type) |
Modifier and Type | Field and Description |
---|---|
static EtherType |
EtherType.APPLETALK |
static EtherType |
EtherType.ARP |
static EtherType |
EtherType.DOT1Q_VLAN_TAGGED_FRAMES |
static EtherType |
EtherType.IPV4 |
static EtherType |
EtherType.IPV6 |
static EtherType |
EtherType.MPLS |
static EtherType |
EtherType.PPP |
static EtherType |
EtherType.PPPOE_DISCOVERY_STAGE |
static EtherType |
EtherType.PPPOE_SESSION_STAGE |
static EtherType |
EtherType.RARP |
Modifier and Type | Method and Description |
---|---|
static EtherType |
EtherType.getInstance(Short value) |
static EtherType |
EtherType.register(EtherType type) |
Modifier and Type | Method and Description |
---|---|
int |
EtherType.compareTo(EtherType o) |
static EtherType |
EtherType.register(EtherType type) |
Copyright © 2014. All Rights Reserved.