EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
Ethernet protocol schema definition. More...
#include <packet_decoder.h>
Data Fields | |
uint64_t | timestamp |
char | id [MAX_RANDOM_UUID_LEN] |
uint32_t | caplen |
uint32_t | length |
char | ifname [IF_NAMESIZE] |
char | ether_dhost [MACSTR_LEN] |
char | ether_shost [MACSTR_LEN] |
uint16_t | ether_type |
Ethernet protocol schema definition.
uint32_t eth_schema::caplen |
Packet caplen
char eth_schema::ether_dhost[MACSTR_LEN] |
Packet destination eth addr
char eth_schema::ether_shost[MACSTR_LEN] |
Packet source ether addr
uint16_t eth_schema::ether_type |
Packet packet type ID field
char eth_schema::id[MAX_RANDOM_UUID_LEN] |
Packet id
char eth_schema::ifname[IF_NAMESIZE] |
Packet interface name
uint32_t eth_schema::length |
Packet length
uint64_t eth_schema::timestamp |
Packet timestamp