Wireshark-commits: [Wireshark-commits] master 720b47f: Updates on AVB IEEE 1722 protocol to support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jun 2016 21:40:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=720b47fe63d0b7971a64d02fe43e32856265b333
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

720b47f by Andreas Leibold (andreas.leibold@xxxxxxxxxx):

    Updates on AVB IEEE 1722 protocol to support more 1722 subtypes.
    
    packet-ieee1722.c now contains the entire protocol.
    packet-ieee1722a.c file was removed, because the term 1722a is outdated
    and now part of 1722 protocol.
    
    Change-Id: Ic2f44a2752f9254cde62d878dc971f09cddc5adc
    Reviewed-on: https://code.wireshark.org/review/15810
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  858dc0c   use #include <file.h> for generated include files
    adds  720b47f   Updates on AVB IEEE 1722 protocol to support more 1722 subtypes.


Summary of changes:
 epan/dissectors/CMakeLists.txt     |    1 -
 epan/dissectors/Makefile.common    |    1 -
 epan/dissectors/packet-ieee1722.c  | 1163 ++++++++++++++++++++++++++++--------
 epan/dissectors/packet-ieee1722a.c |  534 -----------------
 4 files changed, 918 insertions(+), 781 deletions(-)
 delete mode 100644 epan/dissectors/packet-ieee1722a.c