equal
deleted
inserted
replaced
29 #include "ns3/net-device.h" |
29 #include "ns3/net-device.h" |
30 #include "ns3/pcap-file-wrapper.h" |
30 #include "ns3/pcap-file-wrapper.h" |
31 |
31 |
32 #include "internet-trace-helper.h" |
32 #include "internet-trace-helper.h" |
33 |
33 |
|
34 namespace ns3 { |
|
35 |
34 NS_LOG_COMPONENT_DEFINE ("InternetTraceHelper"); |
36 NS_LOG_COMPONENT_DEFINE ("InternetTraceHelper"); |
35 |
|
36 namespace ns3 { |
|
37 |
37 |
38 void |
38 void |
39 PcapHelperForIpv4::EnablePcapIpv4 (std::string prefix, Ptr<Ipv4> ipv4, uint32_t interface, bool explicitFilename) |
39 PcapHelperForIpv4::EnablePcapIpv4 (std::string prefix, Ptr<Ipv4> ipv4, uint32_t interface, bool explicitFilename) |
40 { |
40 { |
41 EnablePcapIpv4Internal (prefix, ipv4, interface, explicitFilename); |
41 EnablePcapIpv4Internal (prefix, ipv4, interface, explicitFilename); |