Wireshark-commits: [Wireshark-commits] master 92f76d0: IPOS: Add Ericsson IPOS kernel packet header

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Jan 2016 21:07:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92f76d0b696a165fa3f3cd8724aee8d2c816a6d5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

92f76d0 by Chuan He (bupthc@xxxxxxxxx):

    IPOS: Add Ericsson IPOS kernel packet header dissector
    
    IPOS is the networking operating system used in
    Ericsson's SSR 8000, Router 6000, and SP routers, etc..
    This change added the IPOS kernel packet header dissector.
    
    The change creates a new file for IPOS protocol named "packet-ipos.c".
    IPOS will register sub dissectors with the dissect
    table "sll_linux_dissector_table" for IPOS internal ethernet
    packet types. IPOS dissector also calls the existing REDBACK
    dissector.
    
    Change-Id: I642b932010be6aa05314f21ea8596d1c45eacf5b
    Reviewed-on: https://code.wireshark.org/review/13408
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dced679   Squelch Coverity warnings CID 1348057 and 1348058.
    adds  92f76d0   IPOS: Add Ericsson IPOS kernel packet header dissector


Summary of changes:
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-ipos.c   |  187 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 190 insertions(+)
 create mode 100644 epan/dissectors/packet-ipos.c