Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1329)

Unified Diff: examples/tap/tap-csma.cc

Issue 196058: Redo ASCII and pcap Traces
Patch Set: Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: examples/tap/tap-csma.cc
===================================================================
--- a/examples/tap/tap-csma.cc
+++ b/examples/tap/tap-csma.cc
@@ -102,7 +102,7 @@
tapBridge.SetAttribute ("DeviceName", StringValue (tapName));
tapBridge.Install (nodes.Get (0), devices.Get (0));
- CsmaHelper::EnablePcapAll ("tap-csma", false);
+ csma.EnablePcapAll ("tap-csma", false);
Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
Simulator::Stop (Seconds (60.));

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b