Wireshark-commits: [Wireshark-commits] master b820d74: xip: add support for XIP packets

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Jul 2015 02:55:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b820d749bf1509bb8c098213e07d5f1ab9fcb75b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b820d74 by Cody Doucette (doucette@xxxxxx):

    xip: add support for XIP packets
    
    The eXpressive Internet Protocol (XIP) is the network layer
    protocol for the eXpressive Internet Architecture (XIA), a
    future Internet architecture project. The addresses in XIP are
    directed acyclic graphs, so much of the code included in this
    addition verifies the correctness of the DAGs and displays them
    in human-readable form.
    
    Bug: 11265
    Change-Id: I948aaa73b927f8afc162d89689d184c5657f60b1
    Reviewed-on: https://code.wireshark.org/review/8881
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Petri-Dish: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  38e0477   Use tfs_defined_not_defined
    adds  b820d74   xip: add support for XIP packets


Summary of changes:
 docbook/release-notes.asciidoc     |    1 +
 epan/CMakeLists.txt                |    1 +
 epan/dissectors/Makefile.common    |    1 +
 epan/dissectors/packet-ethertype.c |    1 +
 epan/dissectors/packet-xip.c       |  686 ++++++++++++++++++++++++++++++++++++
 epan/etypes.h                      |    4 +
 6 files changed, 694 insertions(+)
 create mode 100644 epan/dissectors/packet-xip.c