ITS
|
The sniff_ethernet_t structure is a C style of the Ethernet header. More...
#include <ReceivePackets.h>
Public Attributes | |
u_char | ether_dhost [ETHER_ADDR_LEN] |
u_char | ether_shost [ETHER_ADDR_LEN] |
u_short | ether_type |
The sniff_ethernet_t structure is a C style of the Ethernet header.
Definition at line 21 of file ReceivePackets.h.
u_char sniff_ethernet_s::ether_dhost[ETHER_ADDR_LEN] |
Definition at line 22 of file ReceivePackets.h.
Referenced by GeoNet::gacPacketProcessing(), and GeoNet::gbcPacketProcessing().
u_char sniff_ethernet_s::ether_shost[ETHER_ADDR_LEN] |
Definition at line 23 of file ReceivePackets.h.
Referenced by GeoNet::beaconPacketProcessing(), GeoNet::gacPacketProcessing(), GeoNet::gbcPacketProcessing(), and GeoNet::shbPacketProcessing().
u_short sniff_ethernet_s::ether_type |
Definition at line 24 of file ReceivePackets.h.