ITS
sniff_ethernet_s Struct Reference

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
 

Detailed Description

The sniff_ethernet_t structure is a C style of the Ethernet header.

Definition at line 21 of file ReceivePackets.h.

Member Data Documentation

◆ ether_dhost

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().

◆ ether_shost

u_char sniff_ethernet_s::ether_shost[ETHER_ADDR_LEN]

◆ ether_type

u_short sniff_ethernet_s::ether_type

Definition at line 24 of file ReceivePackets.h.


The documentation for this struct was generated from the following file: