Wireshark-commits: [Wireshark-commits] master b401fb0: Use the PHY type in the radio information to
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 27 Jun 2015 02:25:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b401fb03806286596e2fd93be11128bcc163cac1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b401fb0 by Guy Harris (guy@xxxxxxxxxxxx):

    Use the PHY type in the radio information to recognize HT packets.
    
    Rather than having a separate "802.11 HT" dissector, just look for the
    802.11n (HT) PHY.
    
    (As a side-effect, This also causes PPI HT frames to have the radio
    information dissected by the wlan_radio dissector, as is the case with
    other 802.11 frames accompanied by radio information.)
    
    Change-Id: I854c42e19481a17767e64a3b92222b09dbaa02dd
    Reviewed-on: https://code.wireshark.org/review/9185
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  d6e5379   RTP: create conversation when using heuristic dissector
    adds  b401fb0   Use the PHY type in the radio information to recognize HT packets.


Summary of changes:
 epan/dissectors/packet-ieee80211.c |   56 +++++++++++++++++++++---------------
 epan/dissectors/packet-ppi.c       |   13 ++-------
 2 files changed, 35 insertions(+), 34 deletions(-)