Wireshark-commits: [Wireshark-commits] master 07a22c7: pcomtcp: new built-in dissector for PCOM pro
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Dec 2018 05:29:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07a22c7bad2d2f01ce399ea3fc52ab4452298698
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

07a22c7 by Luis Rosa (lmrosa@xxxxxxxxx):

    pcomtcp: new built-in dissector for PCOM protocol
    
    New built-in dissector for PCOM protocol (ASCII and binary modes included)
    
    Bug: 15315
    Change-Id: Ie13da6bfd7fefefbc5bb5df3461c7fc18261df81
    Reviewed-on: https://code.wireshark.org/review/30823
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4803390   Add new "rsa_keys" UAT for storage of RSA private keys
     add  07a22c7   pcomtcp: new built-in dissector for PCOM protocol


Summary of changes:
 docbook/release-notes.asciidoc   |   1 +
 epan/dissectors/CMakeLists.txt   |   1 +
 epan/dissectors/packet-pcomtcp.c | 499 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 501 insertions(+)
 create mode 100755 epan/dissectors/packet-pcomtcp.c