merge with HEAD
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 14 May 2008 09:37:53 -0700
changeset 3065 65c25546b5c3
parent 3064 2daf5961f130 (current diff)
parent 3015 94d9153aee09 (diff)
child 3066 f94b285ffd62
merge with HEAD
--- a/examples/mixed-wireless.cc	Tue May 13 17:07:20 2008 -0700
+++ b/examples/mixed-wireless.cc	Wed May 14 09:37:53 2008 -0700
@@ -339,9 +339,9 @@
   CsmaHelper::EnableAsciiAll (ascii);
 
   // Let's do a pcap trace on the backbone devices
-  WifiHelper::EnablePcap ("mixed-wireless.pcap", backboneDevices); 
+  WifiHelper::EnablePcap ("mixed-wireless", backboneDevices); 
   // Let's additionally trace the application Sink, ifIndex 0
-  CsmaHelper::EnablePcap ("mixed-wireless.pcap", appSink->GetId (), 0);
+  CsmaHelper::EnablePcap ("mixed-wireless", appSink->GetId (), 0);
 
 #ifdef ENABLE_FOR_TRACING_EXAMPLE
   Config::Connect ("/NodeList/*/$MobilityModelNotifier/CourseChange",