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 620fc58: editcap: Add ability to skip radiotap header

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Aug 2018 04:22:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=620fc587e4dd79a216380bc86efcd6230c1ec6a8
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

620fc58 by Alexis Green (alexis.green@xxxxxxxxx):

    editcap: Add ability to skip radiotap header.
    
    This is useful when processing packets that were captured by multiple radios on the same channel.
    
    Change-Id: I9dacc35294a4ed4e817014e563e7c9a54ee05e40
    Reviewed-on: https://code.wireshark.org/review/28843
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  169962b   AT: Fix check for numeric CME errors
     add  620fc58   editcap: Add ability to skip radiotap header.


Summary of changes:
 doc/editcap.pod | 11 +++++++++++
 editcap.c       | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)