ITS
ReceivePackets.h File Reference

Receiving packet class. More...

#include <QObject>
#include <pcap.h>
#include <ParameterConfiguration.h>
#include <ParameterNetwork.h>
Include dependency graph for ReceivePackets.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sniff_ethernet_s
 The sniff_ethernet_t structure is a C style of the Ethernet header. More...
 
class  ReceivePackets
 

Macros

#define SIZE_ETHERNET   14
 

Typedefs

typedef struct sniff_ethernet_s sniff_ethernet_t
 The sniff_ethernet_t structure is a C style of the Ethernet header. More...
 

Detailed Description

Receiving packet class.

That class listen on the ITS-G5 interface.

Definition in file ReceivePackets.h.

Macro Definition Documentation

◆ SIZE_ETHERNET

#define SIZE_ETHERNET   14

Definition at line 15 of file ReceivePackets.h.

Referenced by GeoNet::treatPackets().

Typedef Documentation

◆ sniff_ethernet_t

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