Wireshark-commits: [Wireshark-commits] master 1ee1e14: Dissector: IndigoCare nursecall protocols su

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Jan 2017 14:02:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1ee1e14a78a7d77ba85274f9eba380b6b06242a6
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1ee1e14 by Erik de Jong (erikdejong@xxxxxxxxx):

    Dissector: IndigoCare nursecall protocols support
    
    Adds support for IndigoCare nursecall protocols
    
    Bug: 13241
    Change-Id: I83098c15d467ea42da8301c6b6a5568d9892fc60
    Reviewed-on: https://code.wireshark.org/review/19224
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4e2b2d4   RTPS: avoid errors when encountering empty sequences of strings
    adds  1ee1e14   Dissector: IndigoCare nursecall protocols support


Summary of changes:
 docbook/release-notes.asciidoc             |    2 +
 epan/dissectors/.editorconfig              |    8 +
 epan/dissectors/CMakeLists.txt             |    2 +
 epan/dissectors/Makefile.am                |    2 +
 epan/dissectors/packet-indigocare-icall.c  |  306 +++++++++++++
 epan/dissectors/packet-indigocare-netrix.c |  680 ++++++++++++++++++++++++++++
 6 files changed, 1000 insertions(+)
 create mode 100644 epan/dissectors/packet-indigocare-icall.c
 create mode 100644 epan/dissectors/packet-indigocare-netrix.c