Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f5ac9f5: xip-serval: add support for XIP Serval packe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Sep 2015 14:40:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f5ac9f55c48212578f9da46eef26581ce20d5577
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f5ac9f5 by Cody Doucette (doucette@xxxxxx):

    xip-serval: add support for XIP Serval packets
    
    Serval is a service-centric architecture that has been ported to XIA to
    allow applications to communicate using service names. This change adds
    a dissector for XIP Serval, which sits between layers 3 and 4, and
    also amends the XIP dissector to be able to invoke it.
    
    Bug: 11491
    Change-Id: I11299ddbd0fb9eaf8728f8b3fde2a63656963114
    Reviewed-on: https://code.wireshark.org/review/10315
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3ca6bde   Capitalize IPv6 extension headers ipprotostr()
    adds  f5ac9f5   xip-serval: add support for XIP Serval packets


Summary of changes:
 docbook/release-notes.asciidoc      |    1 +
 epan/CMakeLists.txt                 |    1 +
 epan/dissectors/Makefile.common     |    1 +
 epan/dissectors/packet-xip-serval.c |  432 +++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-xip.c        |   65 ++++--
 5 files changed, 483 insertions(+), 17 deletions(-)
 create mode 100644 epan/dissectors/packet-xip-serval.c