Packet.h File Reference

#include "anonprimitives/AnonPrimitive.h"
#include "Configuration.h"
#include "RandomNumberGenerator.h"
#include <iostream>
#include <sstream>
#include <string>
#include <iomanip>

Include dependency graph for Packet.h:

This graph shows which files directly or indirectly include this file:


Classes

class  Packet
struct  Packet::_PAYLOAD_BUFFER

Defines

#define swap16(x)   ( ((x & 0xff) << 8) | ((x & 0xff00) >> 8) )
#define swap32(x)   ( (x << 24) | ((x & 0xff00) << 8) | ((x & 0xff0000) >> 8) | (x >> 24) )

Define Documentation

#define swap16 (  )     ( ((x & 0xff) << 8) | ((x & 0xff00) >> 8) )

#define swap32 (  )     ( (x << 24) | ((x & 0xff00) << 8) | ((x & 0xff0000) >> 8) | (x >> 24) )


Generated on Wed Jun 18 09:37:56 2008 for pktanon by  doxygen 1.5.5