|
This patch corrects a bug in the YansWifiHelper support for PCAP tracing with Radiotap data link format, which is tracked as Bug 875 in the ns-3 Bugzilla module. Specifically, in the current implementation the "Frame includes FCS" flag is not set, despite the FCS being present in the captured frames.
The ns-3 patch (first patch set here) is based on ns-3-dev changeset 6191:5cde5bcbc902
With the proposed fix, the wifi-wired-bridging reference traces need updating (this test, which is run as part of the regression test set, appears to be the only one which uses Radiotap capture).
The updates are here as the second patch set, which is based on ns-3-dev-ref-traces changeset 108:6da919120dfb
|