#include <iostream>
#include <cstring>
#include "ns3/assert.h"
#include "ns3/packet.h"
#include "ns3/fatal-error.h"
#include "ns3/fatal-impl.h"
#include "ns3/header.h"
#include "ns3/buffer.h"
#include "pcap-file.h"
#include "ns3/log.h"
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Functions | |
NS_LOG_COMPONENT_DEFINE ("PcapFile") |
Variables | |
const uint32_t | ns3::MAGIC = 0xa1b2c3d4 |
const uint32_t | ns3::NS_MAGIC = 0xa1b23cd4 |
const uint32_t | ns3::NS_SWAPPED_MAGIC = 0xd43cb2a1 |
const int32_t | ns3::SIGFIGS_DEFAULT = 0 |
const uint32_t | ns3::SWAPPED_MAGIC = 0xd4c3b2a1 |
const uint16_t | ns3::VERSION_MAJOR = 2 |
const uint16_t | ns3::VERSION_MINOR = 4 |
NS_LOG_COMPONENT_DEFINE | ( | "PcapFile" | ) |