ITS
|
Receiving packet class. More...
#include <QObject>
#include <pcap.h>
#include <ParameterConfiguration.h>
#include <ParameterNetwork.h>
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... | |
Receiving packet class.
That class listen on the ITS-G5 interface.
Definition in file ReceivePackets.h.
#define SIZE_ETHERNET 14 |
Definition at line 15 of file ReceivePackets.h.
Referenced by GeoNet::treatPackets().
typedef struct sniff_ethernet_s sniff_ethernet_t |
The sniff_ethernet_t structure is a C style of the Ethernet header.