Wireshark-commits: [Wireshark-commits] master 8165448: Expand the 802.11 pseudo-header and support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Oct 2014 23:04:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8165448504749c0a0554e2eef1964f6c88bad15d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8165448 by Guy Harris (guy@xxxxxxxxxxxx):

    Expand the 802.11 pseudo-header and support new radio metadata.
    
    Add a set of presence bits, so we can indicate which bits of radio
    metadata we do and don't have.
    
    Fill in more radio metadata from capture files, and display it.
    
    (More to come.)
    
    Change-Id: Idea2c05442c74af17c14c4d5a8d8025ab27fbd15
    Reviewed-on: https://code.wireshark.org/review/4987
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4acf495   Rename the strnatcmp.c routines and make them use the g_ascii_XXX() routines.
    adds  8165448   Expand the 802.11 pseudo-header and support new radio metadata.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c |  130 ++++++++++++++++++++++--------
 wiretap/commview.c                       |   59 ++++++++++++--
 wiretap/netmon.c                         |    1 +
 wiretap/network_instruments.c            |    6 +-
 wiretap/netxray.c                        |   35 +++++++-
 wiretap/pcap-common.c                    |   13 +--
 wiretap/peekclassic.c                    |    1 +
 wiretap/peektagged.c                     |   15 +++-
 wiretap/snoop.c                          |    6 +-
 wiretap/wtap.h                           |   32 ++++++--
 10 files changed, 234 insertions(+), 64 deletions(-)