URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=53fcaabe66a7a307f231412111f7890b29bcb6d2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
53fcaab by Guy Harris (guy@xxxxxxxxxxxx):
Use the NSS provided by the Ixia Veriwave hardware.
It doesn't appear to provide the FEC type, although radiotap does, so
add a flag to indicate whether we have that.
Change-Id: I298d79bc6b640ee2408c3d70075c32bf331a210c
Reviewed-on: https://code.wireshark.org/review/9533
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 21754f4 Starting to get rid of Q_UNUSED declarations for unused function parameters. The official C++ way is to leave out the variable name instead. This has the advantage to be reliable: In one case a variable declared unused was later used.
adds 53fcaab Use the NSS provided by the Ixia Veriwave hardware.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 6 ++++--
epan/dissectors/packet-ieee80211-radiotap.c | 10 ++++++++++
epan/dissectors/packet-ixveriwave.c | 26 ++++++++++++++++++--------
wiretap/wtap.h | 5 +++--
4 files changed, 35 insertions(+), 12 deletions(-)