Wireshark-commits: [Wireshark-commits] master 06ddb7e: CAPWAP: Add a IEE802.11 Message Element Type

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Jan 2015 08:30:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=06ddb7e31d6c196e2b49a48b5dd10f93de9fe04d
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

06ddb7e by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    CAPWAP: Add a IEE802.11 Message Element Type (RFC5416)
    
    * IEEE 802.11 Information Element (1029)
    
    Add add_tagged_field to packet-ieee80211.h (will be used by other dissector)
    
    Change-Id: Icd13be416ccc47fb2309b9962e9a47c339885d1e
    Reviewed-on: https://code.wireshark.org/review/6524
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  fcd2d4f   Fix cmake-cflags
    adds  06ddb7e   CAPWAP: Add a IEE802.11 Message Element Type (RFC5416)


Summary of changes:
 epan/dissectors/packet-capwap.c    |   72 ++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-ieee80211.c |    7 +---
 epan/dissectors/packet-ieee80211.h |    3 ++
 3 files changed, 76 insertions(+), 6 deletions(-)