--- a/examples/csma-multicast.cc Sat Feb 28 16:25:24 2009 -0800
+++ b/examples/csma-multicast.cc Tue Mar 10 23:47:55 2009 -0700
@@ -171,10 +171,10 @@
// Also configure some tcpdump traces; each interface will be traced.
// The output files will be named:
- // csma-multicast.pcap-<nodeId>-<interfaceId>
+ // csma-multicast-<nodeId>-<interfaceId>.pcap
// and can be read by the "tcpdump -r" command (use "-tt" option to
// display timestamps correctly)
- CsmaHelper::EnablePcapAll ("csma-multicast");
+ CsmaHelper::EnablePcapAll ("csma-multicast", false);
//
// Now, do the actual simulation.
//