Wireshark-commits: [Wireshark-commits] master 74e526f: Add proper "Decode As" mechanism for L2TPv3

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jun 2015 16:42:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=74e526f1965d8bfd573105e06986e41e97c1d781
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

74e526f by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.
    
    Change-Id: I87f6f9f40e1c33148de43b53a8881d51416f5d2c
    Reviewed-on: https://code.wireshark.org/review/7898
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  acc5810   Plugin Interface: Add GUI callbacks
    adds  74e526f   Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.


Summary of changes:
 epan/dissectors/packet-chdlc.c |    2 +
 epan/dissectors/packet-ehdlc.c |    6 ++
 epan/dissectors/packet-eth.c   |    2 +
 epan/dissectors/packet-fr.c    |    2 +
 epan/dissectors/packet-ip.c    |    2 +
 epan/dissectors/packet-l2tp.c  |  143 +++++++++++++---------------------------
 epan/dissectors/packet-l2tp.h  |   12 ++++
 epan/dissectors/packet-lapd.c  |    3 +
 epan/dissectors/packet-mp2t.c  |    2 +
 epan/dissectors/packet-mpls.c  |    2 +
 epan/dissectors/packet-ppp.c   |    2 +
 11 files changed, 81 insertions(+), 97 deletions(-)