Wireshark-commits: [Wireshark-commits] master 3eb38bc: Add dissector for ITU-t X.696 Octet Encoding

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Oct 2018 14:49:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3eb38bc5ead27304b6334dd5d230f06575ce2fe5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3eb38bc by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Add dissector for ITU-t X.696 Octet Encoding Rules (OER).
    
    Bug: 13766
    Change-Id: Id1770d8b0bab73ef26af679cba4d88c65cbc21cc
    Reviewed-on: https://code.wireshark.org/review/30242
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1d5142a   6lowpan: Show IPv6 summary line in tree
     add  3eb38bc   Add dissector for ITU-t X.696 Octet Encoding Rules (OER).


Summary of changes:
 docbook/release-notes.asciidoc |   1 +
 epan/dissectors/CMakeLists.txt |   2 +
 epan/dissectors/packet-oer.c   | 765 +++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-oer.h   | 119 +++++++
 4 files changed, 887 insertions(+)
 create mode 100644 epan/dissectors/packet-oer.c
 create mode 100644 epan/dissectors/packet-oer.h