Wireshark-commits: [Wireshark-commits] master b9145bc: "Short preamble" is 802.11[bg]-only, so put
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 28 Jun 2015 19:44:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b9145bc836daafd6cad960b95e9d2144781e7317
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b9145bc by Guy Harris (guy@xxxxxxxxxxxx):

    "Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.
    
    We're already only setting it for 11b and 11g; this makes it a bit
    cleaner, e.g. we don't need to say "oh, wait, we *don't* have short
    preamble" for 11n and 11ac.
    
    Change-Id: Idcf3e8c93d6a417f0319e4bd33247b98f07b6052
    Reviewed-on: https://code.wireshark.org/review/9209
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8aaf42d   If we don't know whether STBC is being used, we don't know NSTS.
    adds  b9145bc   "Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c    |   16 ++++--
 epan/dissectors/packet-ieee80211-radiotap.c |   63 ++++++++++----------
 epan/dissectors/packet-ieee80211-wlancap.c  |   30 ++++++++--
 wiretap/wtap.h                              |   82 ++++++++++++++++++++-------
 4 files changed, 125 insertions(+), 66 deletions(-)