Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4f6e55f: Add dissector for ANSI Local Number Portabil

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 06 Nov 2018 08:49:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f6e55fcc77209cf775a54dfab2884ea763f8ece
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4f6e55f by Anders Broman (anders.broman@xxxxxxxxxxxx):

    Add dissector for ANSI Local Number Portability Database Query Protocol.
    
    Bug: 15236
    Change-Id: I3a04394bf9069f63b90f7a3d60e801a846840839
    Reviewed-on: https://code.wireshark.org/review/30515
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b310a25   travis: fully restyle the matrix.
     add  4f6e55f   Add dissector for ANSI Local Number Portability Database Query Protocol.


Summary of changes:
 docbook/release-notes.asciidoc                     |   1 +
 epan/dissectors/CMakeLists.txt                     |   1 +
 epan/dissectors/asn1/CMakeLists.txt                |   1 +
 .../dissectors/asn1/{lpp => lnpdqp}/CMakeLists.txt |   8 +-
 epan/dissectors/asn1/lnpdqp/LNPDQP.asn             |  66 +++
 epan/dissectors/asn1/lnpdqp/lnpdqp.cnf             |  45 ++
 .../asn1/lnpdqp/packet-lnpdqp-template.c           | 364 +++++++++++++
 epan/dissectors/packet-lnpdqp.c                    | 584 +++++++++++++++++++++
 8 files changed, 1066 insertions(+), 4 deletions(-)
 copy epan/dissectors/asn1/{lpp => lnpdqp}/CMakeLists.txt (83%)
 create mode 100644 epan/dissectors/asn1/lnpdqp/LNPDQP.asn
 create mode 100644 epan/dissectors/asn1/lnpdqp/lnpdqp.cnf
 create mode 100644 epan/dissectors/asn1/lnpdqp/packet-lnpdqp-template.c
 create mode 100644 epan/dissectors/packet-lnpdqp.c