Wireshark-commits: [Wireshark-commits] master ac99cfd: Media Agnostic USB Packet Dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 May 2014 13:49:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac99cfd0d22cf2c9fcededff35a762e20b4c4f73
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ac99cfd by Sean O. Stalley (sean.stalley@xxxxxxxxx):

    Media Agnostic USB Packet Dissector
    
    This dissector dissects MA USB Packets. It is capable of dissecting
    Media Agnostic packets both in a TCP stream as well as packets sent
    over SNAP (referred to in spec as "Raw Ethernet" mode).
    
    Change-Id: I3ad4e1beb891f9c2835adff320095e7e738241eb
    Signed-off-by: Sean O. Stalley <sean.stalley@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1252
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  9361938   Fix dead assignment found by clang in test code
    adds  ac99cfd   Media Agnostic USB Packet Dissector


Summary of changes:
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-mausb.c  | 1480 +++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-usb.c    |    4 +-
 epan/dissectors/packet-usb.h    |   11 +
 6 files changed, 1496 insertions(+), 2 deletions(-)
 create mode 100644 epan/dissectors/packet-mausb.c