aboutsummaryrefslogtreecommitdiffstats
path: root/epan/etypes.h
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/etypes.h
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/etypes.h')
-rw-r--r--epan/etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/etypes.h b/epan/etypes.h
index d60bce5f08..46a46799bf 100644
--- a/epan/etypes.h
+++ b/epan/etypes.h
@@ -558,6 +558,10 @@ extern "C" {
#define ETHERTYPE_XIP 0xC0DE /* eXpressive Internet Protocol (not officially registered) */
#endif
+#ifndef ETHERTYPE_NWP
+#define ETHERTYPE_NWP 0xC0DF /* Neighborhood Watch Protocol (not officially registered) */
+#endif
+
#ifndef ETHERTYPE_TDMOE
#define ETHERTYPE_TDMOE 0xD00D /* Digium TDMoE packets (not officially registered) */
#endif