changeset 6009 | e1b696a1ed28 |
parent 5891 | 09a575cdf8db |
child 6014 | d251d4a44fde |
--- a/examples/ipv6/radvd.cc Thu Dec 31 10:20:06 2009 -0800 +++ b/examples/ipv6/radvd.cc Mon Jan 04 10:35:32 2010 -0800 @@ -145,7 +145,7 @@ std::ofstream ascii; ascii.open ("radvd.tr"); - CsmaHelper::EnablePcapAll (std::string ("radvd"), true); + csma.EnablePcapAll (std::string ("radvd"), true); CsmaHelper::EnableAsciiAll (ascii); NS_LOG_INFO ("Run Simulation.");