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 f4bc40b: The radiotap header length must be >= 8.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 08 Aug 2018 20:08:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4bc40bc3ba3828b1dd700608aa28b75d78e30ad
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f4bc40b by Guy Harris (guy@xxxxxxxxxxxx):

    The radiotap header length must be >= 8.
    
    Report an error and quit dissecting if it's less than 8.
    
    Change-Id: I297fcb0ca754641a9e197037df1140361000fd25
    Reviewed-on: https://code.wireshark.org/review/29022
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7c06c4d   GTP: Fix dissection of GTP_EXT_HDR_NR_RAN_CONT.
     add  f4bc40b   The radiotap header length must be >= 8.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)