aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
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/packet-ethertype.c
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/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index bf6ce23d8f..2d899884c5 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -185,6 +185,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_BPQ, "AX.25"},
{ ETHERTYPE_CMD, "CiscoMetaData"},
{ ETHERTYPE_XIP, "eXpressive Internet Protocol"},
+ { ETHERTYPE_NWP, "Neighborhood Watch Protocol"},
{ 0, NULL }
};