Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Pkt.hpp File Reference

The Pkt class contains the raw bytes that make up a packet. More...

#include "Types.hpp"
#include "PktInfo.hpp"
#include <boost/asio/buffer.hpp>
#include <queue>
Include dependency graph for Pkt.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  Myra::Pkt
 The Pkt class contains both the raw storage for all the bytes in the packet, as well as the information/analysis on the packet. More...
 

Namespaces

 Myra
 Namespace declaration for all of the Myra Canyon helper functions.
 

Typedefs

typedef std::queue< Pkt > Myra::Packet_Queue
 A queue (FIFO) of packets. More...
 

Detailed Description

The Pkt class contains the raw bytes that make up a packet.