src/network/utils/pcap-file-wrapper.h
changeset 9063 32755d0516f4
parent 7386 2310ed220a61
child 10657 6531a8817def
equal deleted inserted replaced
9062:d14e2430213d 9063:32755d0516f4
    17  */
    17  */
    18 
    18 
    19 #ifndef PCAP_FILE_WRAPPER_H
    19 #ifndef PCAP_FILE_WRAPPER_H
    20 #define PCAP_FILE_WRAPPER_H
    20 #define PCAP_FILE_WRAPPER_H
    21 
    21 
    22 #include <string.h>
    22 #include <cstring>
    23 #include <limits>
    23 #include <limits>
    24 #include <fstream>
    24 #include <fstream>
    25 #include "ns3/ptr.h"
    25 #include "ns3/ptr.h"
    26 #include "ns3/packet.h"
    26 #include "ns3/packet.h"
    27 #include "ns3/object.h"
    27 #include "ns3/object.h"