ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master dc6a973: Get rid of unused #defines and no-longer-use

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 16 Mar 2014 07:31:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc6a973a27870e83b19347212d2f833808be8ccc
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dc6a973 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of unused #defines and no-longer-used structures.
    
    The #defines came from Radiotap, but this isn't Radiotap (I see no
    presence bits here), and Radiotap has to handle stuff that this code
    doesn't (such as, for example, Atheros Wi-Fi adapters that, annoyingly,
    pad the space between the 802.11 header and the 802.11 payload when in
    monitor mode, hence the "datapad" flag).
    
    Change-Id: I87ca3539e0f9254ab94cc8897bdf69e4574f0525
    Reviewed-on: https://code.wireshark.org/review/690
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9f6f6bc   Reorganize the code.
    adds  dc6a973   Get rid of unused #defines and no-longer-used structures.


Summary of changes:
 wiretap/vwr.c |   59 +++------------------------------------------------------
 1 file changed, 3 insertions(+), 56 deletions(-)