Wireshark-commits: [Wireshark-commits] master f1e07c4: Condense DMX dissectors into a single file a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Dec 2015 05:07:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1e07c4d6072c8e0fc127de2488090cdffcde43d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f1e07c4 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Condense DMX dissectors into a single file and create a dissector table for them.
    
    Change-Id: Ie7b8964fcbb5e0a7c6b4296ee2b63e168dcc55fa
    Reviewed-on: https://code.wireshark.org/review/12738
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ee242bd   packet-enc.c: Convert flags to use proto_tree_add_bitmask.
    adds  f1e07c4   Condense DMX dissectors into a single file and create a dissector table for them.


Summary of changes:
 epan/CMakeLists.txt               |    4 -
 epan/dissectors/Makefile.common   |    4 -
 epan/dissectors/packet-dmx-chan.c |  202 ------------
 epan/dissectors/packet-dmx-sip.c  |  318 -------------------
 epan/dissectors/packet-dmx-test.c |  156 ----------
 epan/dissectors/packet-dmx-text.c |  123 --------
 epan/dissectors/packet-dmx.c      |  618 +++++++++++++++++++++++++++++++++++--
 epan/dissectors/packet-rdm.c      |    6 +
 8 files changed, 596 insertions(+), 835 deletions(-)
 delete mode 100644 epan/dissectors/packet-dmx-chan.c
 delete mode 100644 epan/dissectors/packet-dmx-sip.c
 delete mode 100644 epan/dissectors/packet-dmx-test.c
 delete mode 100644 epan/dissectors/packet-dmx-text.c