examples/csma-broadcast.cc
changeset 4264 9d2e96c4e6e4
parent 4225 f1d873a81159
child 4309 bf8c338c7820
--- a/examples/csma-broadcast.cc	Sat Feb 28 16:25:24 2009 -0800
+++ b/examples/csma-broadcast.cc	Tue Mar 10 23:47:55 2009 -0700
@@ -107,9 +107,9 @@
 
   // Also configure some tcpdump traces; each interface will be traced
   // The output files will be named 
-  // csma-broadcast.pcap-<nodeId>-<interfaceId>
+  // csma-broadcast-<nodeId>-<interfaceId>.pcap
   // and can be read by the "tcpdump -tt -r" command 
-  CsmaHelper::EnablePcapAll ("csma-broadcast");
+  CsmaHelper::EnablePcapAll ("csma-broadcast", false);
   std::ofstream ascii;
   ascii.open ("csma-broadcast.tr");
   CsmaHelper::EnableAsciiAll (ascii);