#include "anonprimitives/AnonPrimitive.h"
#include "Configuration.h"
#include "RandomNumberGenerator.h"
#include <iostream>
#include <sstream>
#include <string>
#include <iomanip>
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 swap16 | ( | x | ) | ( ((x & 0xff) << 8) | ((x & 0xff00) >> 8) ) |
#define swap32 | ( | x | ) | ( (x << 24) | ((x & 0xff00) << 8) | ((x & 0xff0000) >> 8) | (x >> 24) ) |