#include "common.hpp"
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] |