Wireshark-commits: [Wireshark-commits] master 38d5466: ieee80211-radiotap: Add support for radiotap

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 08 Feb 2020 19:41:54 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=38d54660f20d53985ac3e837ce6ed3fc35839ab4
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

38d5466 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    ieee80211-radiotap: Add support for radiotap TLVs.
    
    From Johannes Berg with changes by Richard Sharpe to make it easier for
    people to add support for RADIOTAP Header TLVs in the future.
    
    Change-Id: I66d69cbe16740abce1e75ca1e789a2034283306b
    Reviewed-on: https://code.wireshark.org/review/36057
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  0d68a08   tools: update pkg in bsd-setup.
     add  38d5466   ieee80211-radiotap: Add support for radiotap TLVs.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap-defs.h |  10 +-
 epan/dissectors/packet-ieee80211-radiotap-iter.c |  55 +++++++
 epan/dissectors/packet-ieee80211-radiotap-iter.h |   4 +-
 epan/dissectors/packet-ieee80211-radiotap.c      | 182 +++++++++++++++++------
 4 files changed, 198 insertions(+), 53 deletions(-)