equal
deleted
inserted
replaced
386 YansWifiPhyHelper::EnableAsciiAll (ascii); |
386 YansWifiPhyHelper::EnableAsciiAll (ascii); |
387 CsmaHelper::EnableAsciiAll (ascii); |
387 CsmaHelper::EnableAsciiAll (ascii); |
388 InternetStackHelper::EnableAsciiAll (ascii); |
388 InternetStackHelper::EnableAsciiAll (ascii); |
389 |
389 |
390 // Let's do a pcap trace on the application source and sink, ifIndex 0 |
390 // Let's do a pcap trace on the application source and sink, ifIndex 0 |
391 CsmaHelper::EnablePcap ("mixed-wireless", appSource->GetId (), 0); |
391 // Csma captures in non-promiscuous mode |
|
392 CsmaHelper::EnablePcap ("mixed-wireless", appSource->GetId (), 0, false); |
392 YansWifiPhyHelper::EnablePcap ("mixed-wireless", appSink->GetId (), 0); |
393 YansWifiPhyHelper::EnablePcap ("mixed-wireless", appSink->GetId (), 0); |
393 YansWifiPhyHelper::EnablePcap ("mixed-wireless", 9, 2); |
394 YansWifiPhyHelper::EnablePcap ("mixed-wireless", 9, 2); |
394 YansWifiPhyHelper::EnablePcap ("mixed-wireless", 9, 0); |
395 YansWifiPhyHelper::EnablePcap ("mixed-wireless", 9, 0); |
395 } |
396 } |
396 |
397 |