aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ripng.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-13 06:47:49 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-13 06:47:49 +0000
commit93d58bf8242abd9026cecd2da313ac1de30d3fbe (patch)
tree5f38b50664f85709211104e3cca23e8f2d3174b5 /packet-ripng.c
parent98ce0fcfabac47d81a2d3513b751b3174b6101f3 (diff)
Jun-ichiro itojun Hagino's code for PIM, and some fixes from him as
well. Add some more protocols to the list of value/string pairs for IP protocol types. svn path=/trunk/; revision=822
Diffstat (limited to 'packet-ripng.c')
-rw-r--r--packet-ripng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ripng.c b/packet-ripng.c
index 6f7f93bd6b..d0ce5c31e5 100644
--- a/packet-ripng.c
+++ b/packet-ripng.c
@@ -3,7 +3,7 @@
* (c) Copyright Jun-ichiro itojun Hagino <itojun@itojun.org>
* derived from packet-rip.c
*
- * $Id: packet-ripng.c,v 1.1 1999/10/12 23:12:06 guy Exp $
+ * $Id: packet-ripng.c,v 1.2 1999/10/13 06:47:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -71,7 +71,7 @@ dissect_ripng(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
if (tree) {
ti = proto_tree_add_item(tree, proto_ripng, offset, END_OF_FRAME, NULL);
- ripng_tree = proto_item_add_subtree(ti, ETT_RIP);
+ ripng_tree = proto_item_add_subtree(ti, ETT_RIPNG);
proto_tree_add_text(ripng_tree, offset, 1,
"Command: %d (%s)", rip6.rip6_cmd, cmd);