Wireshark-commits: [Wireshark-commits] master d582640: ACDR: Move TPNCP registrations to TPNCP diss
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Feb 2020 09:34:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d582640336b7e29231b5482cfc7463420172eaa1
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d582640 by Orgad Shaneh (orgad.shaneh@xxxxxxxxxxxxxx):

    ACDR: Move TPNCP registrations to TPNCP dissector
    
    Requires less lookups, and allows overriding the registration in plugins.
    
    Change-Id: I8fe78bf69d992737d9363ac79ed865b1d6490cda
    Reviewed-on: https://code.wireshark.org/review/36124
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2abba7a   csn1: fix csnStreamDissector(): catch unknown CSN_CHOICE values
     add  d582640   ACDR: Move TPNCP registrations to TPNCP dissector


Summary of changes:
 epan/dissectors/packet-acdr.c  | 72 ------------------------------------------
 epan/dissectors/packet-tpncp.c | 55 ++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 72 deletions(-)