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 5e2e9de: Pass zero-length PSDU type information to th

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

Commits:

5e2e9de by Guy Harris (guy@xxxxxxxxxxxx):

    Pass zero-length PSDU type information to the radio dissector.
    
    We call that dissector even for zero-length PSDUs, so the radio
    information is shown.  We also show the zero-length PSDU type.
    
    We don't call the 802.11 dissector for zero-length PSDU frames.
    
    That way, you don't have to open up the radiotap information to find out
    about zero-length PSDU frames, we can support zero-length PSDU
    information for other pseudo-headers and file types if they support it,
    and taps using the radio information can get zero-length PSDU frame
    information.
    
    Change-Id: I7d5da4ea978d8ca4889fc76160f11e3416b4d036
    Reviewed-on: https://code.wireshark.org/review/29034
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  63126e2   Always process the "present flags" bitmaps.
     add  5e2e9de   Pass zero-length PSDU type information to the radio dissector.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c    | 32 +++++++++++++++++++----
 epan/dissectors/packet-ieee80211-radiotap.c | 35 ++++++++++++++++----------
 wiretap/wtap.h                              | 39 ++++++++++++++++++-----------
 3 files changed, 73 insertions(+), 33 deletions(-)