From 93d58bf8242abd9026cecd2da313ac1de30d3fbe Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 13 Oct 1999 06:47:49 +0000 Subject: 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 --- packet-ripng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-ripng.c') 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 * 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 @@ -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); -- cgit v1.2.3