Wireshark-commits: [Wireshark-commits] master 20f1100: LPP: upgrade dissector to v13.0.0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 10 Jan 2016 21:08:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=20f1100312ae7520ae7876c428d975e6acf81fd4
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

20f1100 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    LPP: upgrade dissector to v13.0.0
    
    Change-Id: I0b01e48eae8be010175fb7f3aa1208957b871f06
    Reviewed-on: https://code.wireshark.org/review/13174
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  9e4c79c   [wcp] don't THROW() an exception from a dissector
    adds  20f1100   LPP: upgrade dissector to v13.0.0


Summary of changes:
 asn1/lpp/LPP.asn               |  336 ++++++-
 asn1/lpp/lpp.cnf               |  180 +++-
 asn1/lpp/packet-lpp-template.c |   12 +-
 asn1/lpp/packet-lpp-template.h |    4 +-
 epan/dissectors/packet-lpp.c   | 2114 ++++++++++++++++++++++++++++++++++++----
 epan/dissectors/packet-lpp.h   |    4 +-
 6 files changed, 2425 insertions(+), 225 deletions(-)