aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-08-16 22:01:12 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-08-16 22:01:12 +0000
commit62a058ef5d9343b5191e9e3f4639406f15e3edb2 (patch)
tree5899c2a827527ec40547f11dab7210ced7820083 /epan
parent67aa3ba7d1332089aa3652f0db68d790c009503b (diff)
Change the protocol name from "Nortel NDP" to "Nortel Discovery Protocol" in the protocol registration.
svn path=/trunk/; revision=33821
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ndp.c b/epan/dissectors/packet-ndp.c
index 92e4933270..111744dc72 100644
--- a/epan/dissectors/packet-ndp.c
+++ b/epan/dissectors/packet-ndp.c
@@ -366,7 +366,7 @@ proto_register_ndp(void)
static gint *ett[] = {
&ett_ndp,
};
- proto_ndp = proto_register_protocol("Nortel NDP", "NDP", "ndp");
+ proto_ndp = proto_register_protocol("Nortel Discovery Protocol", "NDP", "ndp");
proto_register_field_array(proto_ndp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));