Wireshark-commits: [Wireshark-commits] master c91dd11: Split off the dissectors for 802.3 "slow pro
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 31 May 2014 05:07:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c91dd11ccb8fb6c77cb78cab59ae08c1b1b8df39
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c91dd11 by Guy Harris (guy@xxxxxxxxxxxx):

    Split off the dissectors for 802.3 "slow protocols".
    
    Add a dissector table for the 802.3 "slow protocols" subtype, split the
    dissectors for those protocols into separate files, and have them
    register in that dissector table.
    
    Remove some unnecessary #includes while we're at it.
    
    Change-Id: Ic36c9c255efdd348055fa4f21fd6cc094f74e378
    Reviewed-on: https://code.wireshark.org/review/1891
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  60daeba   Use tcp_info_append_uint() more
    adds  c91dd11   Split off the dissectors for 802.3 "slow protocols".


Summary of changes:
 epan/CMakeLists.txt                                |    4 +
 epan/Makefile.common                               |    1 +
 epan/dissectors/Makefile.common                    |    4 +
 epan/dissectors/packet-lacp.c                      |  693 ++++
 epan/dissectors/packet-marker.c                    |  204 +
 .../{packet-slowprotocols.c => packet-oampdu.c}    | 1997 +--------
 epan/dissectors/packet-ossp.c                      |  696 ++++
 epan/dissectors/packet-slowprotocols.c             | 4280 +-------------------
 epan/slow_protocol_subtypes.h                      |    6 +
 9 files changed, 1879 insertions(+), 6006 deletions(-)
 create mode 100644 epan/dissectors/packet-lacp.c
 create mode 100644 epan/dissectors/packet-marker.c
 copy epan/dissectors/{packet-slowprotocols.c => packet-oampdu.c} (59%)
 create mode 100644 epan/dissectors/packet-ossp.c
 create mode 100644 epan/slow_protocol_subtypes.h