Wireshark-commits: [Wireshark-commits] master 2cd80a7: Add Nokia Intelligent Service Interface (ISI

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 6 Nov 2015 18:38:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cd80a7d36928d2362062dcaf252c791a32e61af
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2cd80a7 by Tyson Key (tyson.key@xxxxxxxxx):

    Add Nokia Intelligent Service Interface (ISI) dissector
    
    From: https://github.com/shr-project/isi-wireshark-plugin/
    
    Bug: 11676
    Change-Id: If3f4d7e3e1dd674cb99e96eabdc3491dec76ea3a
    Reviewed-on: https://code.wireshark.org/review/11580
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  2d00abc   No need to include io.h.
    adds  2cd80a7   Add Nokia Intelligent Service Interface (ISI) dissector


Summary of changes:
 docbook/release-notes.asciidoc  |    2 +-
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-isi.c    | 2142 +++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-sll.c    |    1 +
 epan/dissectors/packet-sll.h    |    1 +
 6 files changed, 2147 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-isi.c