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 6ac0d84: nwp: add support for NWP packets

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 30 Sep 2015 04:48:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ac0d846ecc1110965e31b6efedbc3280d42b2b0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6ac0d84 by Cody Doucette (doucette@xxxxxx):

    nwp: add support for NWP packets
    
    Neighborhood Watch Protocol (NWP) is an XIA protocol for resolving network
    addresses to link-layer addresses. Hosts on a LAN send NWP Announcement
    packets with their host identifiers (HIDs), and neighbors in the LAN respond
    with NWP Neighbor List packets containing their HIDs and associated link-layer
    addresses.
    
    Bug: 11492
    Change-Id: Ib1e801474b1aa72f5dd3d8303eeec36b96ee0a99
    Reviewed-on: https://code.wireshark.org/review/10316
    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  50ac769   automake: get docbook builds working for out of (source) tree builds.
    adds  6ac0d84   nwp: add support for NWP 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-nwp.c       |  375 ++++++++++++++++++++++++++++++++++++
 epan/etypes.h                      |    4 +
 6 files changed, 383 insertions(+)
 create mode 100644 epan/dissectors/packet-nwp.c