aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorCody Doucette <doucette@bu.edu>2015-08-29 23:57:11 -0400
committerAnders Broman <a.broman58@gmail.com>2015-09-30 04:48:31 +0000
commit6ac0d846ecc1110965e31b6efedbc3280d42b2b0 (patch)
tree5208a93cc463e776e18eb16a302a342d73aeeb71 /epan/dissectors/Makefile.common
parent50ac769ff98134e62601edf5eb83e67b001a5b95 (diff)
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@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 2569177d91..8b80cac963 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -998,6 +998,7 @@ DISSECTOR_SRC = \
packet-ntp.c \
packet-null.c \
packet-nwmtp.c \
+ packet-nwp.c \
packet-oampdu.c \
packet-ocfs2.c \
packet-oicq.c \