URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a79cf412925c605b46c04cc3abe3419a54468fd
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
2a79cf4 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>
    (cherry picked from commit f4bc40bc3ba3828b1dd700608aa28b75d78e30ad)
    Reviewed-on: https://code.wireshark.org/review/29024
    
Actions performed:
    from  1160d43   ssl-utils: fix key log read after EOF
     add  2a79cf4   The radiotap header length must be >= 8.
Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)