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