Wireshark-commits: [Wireshark-commits] master f7b1678: Replace enumerated preference for choosing s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Mar 2015 12:49:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7b1678b1237425406d6a9a109b2bbc1782a9211
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7b1678 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace enumerated preference for choosing subdissector with a subdissector table and Decode As functionality.
    
    This makes it much easier for other subdissectors (and plugins) to associate themselves with CAN.
    
    Change-Id: I49dd832af51651d0c91f9850c100e544d178b8c4
    Reviewed-on: https://code.wireshark.org/review/7734
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  da3e4f9   Make the snapshot-length member of interface_t an int.
    adds  f7b1678   Replace enumerated preference for choosing subdissector with a subdissector table and Decode As functionality.


Summary of changes:
 epan/dissectors/packet-canopen.c   |   12 +++++-
 epan/dissectors/packet-devicenet.c |   16 +++++++-
 epan/dissectors/packet-j1939.c     |   12 +++++-
 epan/dissectors/packet-socketcan.c |   77 ++++++++++++++----------------------
 4 files changed, 63 insertions(+), 54 deletions(-)