aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nisplus.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-07 21:11:42 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-07 21:11:42 +0000
commit01d5b9bf96c8740d7582ac7e125a30c001fcb3d4 (patch)
tree6861d2c968beb57bbba597f5f8fbb4440ba5a58d /packet-nisplus.c
parent3d2a6831d06961e4a8eaaf74e0b63b984e30bb3f (diff)
Fix one remaining "NIS" to be "NIS+".
svn path=/trunk/; revision=3403
Diffstat (limited to 'packet-nisplus.c')
-rw-r--r--packet-nisplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet-nisplus.c b/packet-nisplus.c
index d4186a75d9..01229c9e79 100644
--- a/packet-nisplus.c
+++ b/packet-nisplus.c
@@ -1815,7 +1815,7 @@ proto_register_nis(void)
&ett_nisplus_log_entry,
};
- proto_nisplus = proto_register_protocol("NIS",
+ proto_nisplus = proto_register_protocol("NIS+",
"NIS+", "nisplus");
proto_register_field_array(proto_nisplus, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));