EPS Conduits  v0.0.2-2413
networking over networking
Packet.hpp File Reference
#include "common.hpp"
Include dependency graph for Packet.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  EPS::EthernetHeader
 typical 14-byte ethernet header. (Ignores 802.1Q.) More...
 
struct  EPS::Ipv4Header
 typical 20-byte IPV4 header. More...
 
class  EPS::Packet
 Simple class to dissect a packet and look for a few key identifiers, such as is_ipv4() and is_ipv4_tcp(). More...
 

Namespaces

 EPS
 

Typedefs

typedef uint8_t EPS::MAC[6]