ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 5633195: radiotap: Implement L-SIG support based on t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Aug 2018 14:20:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=563319555037d4ed5ed4ad6c82f14b208105e8cc
Submitter: "Richard Sharpe <realrichardsharpe@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5633195 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    radiotap: Implement L-SIG support based on the RFC.
    
    The RFC was posted in the Radiotap mailing list.
    
    Change-Id: I8ddb1cd474d05c94d1b5a51eb5e16d548a313a86
    Reviewed-on: https://code.wireshark.org/review/28923
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    

Actions performed:

    from  e83e70c   ssl: Remove SSL_VER_UNKNOWN from ssl_version_short_names
     add  5633195   radiotap: Implement L-SIG support based on the RFC.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap-defs.h | 10 ++-
 epan/dissectors/packet-ieee80211-radiotap-iter.c |  1 +
 epan/dissectors/packet-ieee80211-radiotap.c      | 89 ++++++++++++++++++++++++
 3 files changed, 99 insertions(+), 1 deletion(-)