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 c7764e2: We should be reporting expert infos on inval

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

Commits:

c7764e2 by Guy Harris (guy@xxxxxxxxxxxx):

    We should be reporting expert infos on invalid radiotap headers.
    
    Note the places where we should be doing so.
    
    Also, note that two of the tests in ieee80211_radiotap_iterator_init()
    are redundant in Wireshark, and that it's irrelevant what versions of
    radiotap Linux supports - this is Wireshark code, not Linux code.  (If
    there's anything to note, it's that there *is* no radiotap version other
    than 0, so there's nothing *to* support.)
    
    Change-Id: Ieabef703638b30649a097269d684f60e79db8ba5
    Reviewed-on: https://code.wireshark.org/review/29031
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  739eebd   802.11 Radiotap: add more bound checks in ieee80211_radiotap_iterator_next()
     add  c7764e2   We should be reporting expert infos on invalid radiotap headers.


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