examples/csma-multicast.cc
changeset 4264 9d2e96c4e6e4
parent 4225 f1d873a81159
child 4435 54cb46af8003
--- 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.
   //