#include "pcap-file.h"
#include "ns3/test.h"
#include <sstream>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | NS_PCAP_TEST_EXPECT_EQ(filename) |
Test that a pair of reference/new pcap files are equal. More... | |
#define NS_PCAP_TEST_EXPECT_EQ | ( | filename | ) |
Test that a pair of reference/new pcap files are equal.
The filename is interpreted as a stream.
filename | The name of the file to read in the reference/temporary directories |
Definition at line 39 of file pcap-test.h.