add TraceAll False parameter for API change
authorCraig Dowell <craigdo@ee.washington.edu>
Mon, 16 Mar 2009 18:44:38 -0700
changeset 4268 c5d79ee51ffc
parent 4267 c6c745185930
child 4269 78d709bebd55
add TraceAll False parameter for API change
examples/csma-bridge.py
--- a/examples/csma-bridge.py	Mon Mar 16 18:23:33 2009 -0700
+++ b/examples/csma-bridge.py	Mon Mar 16 18:44:38 2009 -0700
@@ -134,7 +134,7 @@
     # and can be read by the "tcpdump -r" command(use "-tt" option to
     # display timestamps correctly)
     #
-    ns3.CsmaHelper.EnablePcapAll("csma-bridge")
+    ns3.CsmaHelper.EnablePcapAll("csma-bridge", False)
 
     #
     # Now, do the actual simulation.