Wireshark-commits: [Wireshark-commits] master 419de19: Create subdissector table for RTAC Serial an
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Sep 2014 01:45:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=419de19c1dac8c2a922e3d6f455bd02dec7e9f25
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

419de19 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Create subdissector table for RTAC Serial and have dissectors register with it, rather than have the RTAC Serial dissector go find all of the dissectors its interested in.
    
    Change-Id: I6b6a05ec242e4798fb56ffa43c661ec277aca955
    Reviewed-on: https://code.wireshark.org/review/3984
    Reviewed-by: Chris Bontje <cbontje@xxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0d6fb09   GTK (conversations table): Fix Dereference of null pointer found by Clang analyzer
    adds  419de19   Create subdissector table for RTAC Serial and have dissectors register with it, rather than have the RTAC Serial dissector go find all of the dissectors its interested in.


Summary of changes:
 epan/dissectors/Makefile.common                    |    1 +
 epan/dissectors/packet-cp2179.c                    |    9 +-
 epan/dissectors/packet-dnp.c                       |    4 +-
 epan/dissectors/packet-lg8979.c                    |    2 +
 epan/dissectors/packet-mbtcp.c                     |    2 +
 epan/dissectors/packet-rtacser.c                   |  105 +++++++-------------
 .../dissectors/{packet-hdmi.h => packet-rtacser.h} |   20 ++--
 epan/dissectors/packet-selfm.c                     |    2 +
 epan/dissectors/packet-synphasor.c                 |    4 +-
 9 files changed, 67 insertions(+), 82 deletions(-)
 copy epan/dissectors/{packet-hdmi.h => packet-rtacser.h} (77%)