Package org.jnetpcap.protocol.lan

LAN protocol suite.

See:
          Description

Class Summary
Ethernet Ethernet2 definition.
IEEE802dot1q IEEE Vlan header definition.
IEEE802dot2 IEEE LLC2 header definition.
IEEE802dot3 IEEE 802.3 data link header definition
IEEESnap IEEE SNAP header definition.
SLL For captures on Linux cooked sockets, we construct a fake header that includes: a 2-byte "packet type" which is one of: LINUX_SLL_HOST packet was sent to us LINUX_SLL_BROADCAST packet was broadcast LINUX_SLL_MULTICAST packet was multicast LINUX_SLL_OTHERHOST packet was sent to somebody else LINUX_SLL_OUTGOING packet was sent *by* us; a 2-byte Ethernet protocol field; a 2-byte link-layer type; a 2-byte link-layer address length; an 8-byte source link-layer address, whose actual length is specified by the previous value.
 

Enum Summary
Ethernet.EthernetType A table of EtherType values and their names.
SLL.HardwareAddressType The Enum HardwareAddressType.
 

Package org.jnetpcap.protocol.lan Description

LAN protocol suite. Various Local Area Network specific protocols.