クラスの使用
org.pcap4j.packet.namednumber.EtherType
-
EtherTypeを使用しているパッケージ パッケージ 説明 org.pcap4j.packet org.pcap4j.packet.factory.statik org.pcap4j.packet.namednumber -
-
org.pcap4j.packetでのEtherTypeの使用
EtherTypeを返すorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 EtherType
LinuxSllPacket.LinuxSllHeader. getProtocol()
EtherType
SnapPacket.SnapHeader. getProtocolId()
EtherType
ArpPacket.ArpHeader. getProtocolType()
EtherType
Dot1qVlanTagPacket.Dot1qVlanTagHeader. getType()
EtherType
EthernetPacket.EthernetHeader. getType()
EtherType型のパラメータを持つorg.pcap4j.packetのメソッド 修飾子とタイプ メソッド 説明 LinuxSllPacket.Builder
LinuxSllPacket.Builder. protocol(EtherType protocol)
SnapPacket.Builder
SnapPacket.Builder. protocolId(EtherType protocolId)
ArpPacket.Builder
ArpPacket.Builder. protocolType(EtherType protocolType)
Dot1qVlanTagPacket.Builder
Dot1qVlanTagPacket.Builder. type(EtherType type)
EthernetPacket.Builder
EthernetPacket.Builder. type(EtherType type)
-
org.pcap4j.packet.factory.statikでのEtherTypeの使用
EtherType型のパラメータを持つorg.pcap4j.packet.factory.statikのメソッド 修飾子とタイプ メソッド 説明 Packet
StaticEtherTypePacketFactory. newInstance(byte[] rawData, int offset, int length, EtherType number)
-
org.pcap4j.packet.namednumberでのEtherTypeの使用
EtherTypeとして宣言されているorg.pcap4j.packet.namednumberのフィールド 修飾子とタイプ フィールド 説明 static EtherType
EtherType. APPLETALK
Appletalk: 0x809bstatic EtherType
EtherType. ARP
ARP: 0x0806static EtherType
EtherType. DOT1Q_VLAN_TAGGED_FRAMES
IEEE 802.1Q VLAN-tagged frames: 0x8100static EtherType
EtherType. IPV4
IPv4: 0x0800static EtherType
EtherType. IPV6
IPv6: 0x86ddstatic EtherType
EtherType. MPLS
MPLS: 0x8847static EtherType
EtherType. PPP
PPP: 0x880bstatic EtherType
EtherType. PPPOE_DISCOVERY_STAGE
PPPoE Discovery Stage: 0x8863static EtherType
EtherType. PPPOE_SESSION_STAGE
PPPoE Session Stage: 0x8864static EtherType
EtherType. RARP
RARP: 0x8035EtherTypeを返すorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 static EtherType
EtherType. getInstance(Short value)
static EtherType
EtherType. register(EtherType type)
EtherType型のパラメータを持つorg.pcap4j.packet.namednumberのメソッド 修飾子とタイプ メソッド 説明 int
EtherType. compareTo(EtherType o)
static EtherType
EtherType. register(EtherType type)
-