aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-08 21:38:14 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-08 21:38:14 +0000
commit870f8165bfc26b2817420b6fc36f96eb230a6792 (patch)
tree49a2e5e2a4bc3e41c6365f34c19b6cb8830d8cde /packet-gre.c
parenta6b214ced8e6791026f84353e61c7094b08b6d65 (diff)
Register "ett_gre_flags" as an subtree type.
svn path=/trunk/; revision=1244
Diffstat (limited to 'packet-gre.c')
-rw-r--r--packet-gre.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-gre.c b/packet-gre.c
index c5b8f0b499..b37a328505 100644
--- a/packet-gre.c
+++ b/packet-gre.c
@@ -2,7 +2,7 @@
* Routines for the Generic Routing Encapsulation (GRE) protocol
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-gre.c,v 1.7 1999/11/16 11:42:31 guy Exp $
+ * $Id: packet-gre.c,v 1.8 1999/12/08 21:38:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -247,6 +247,7 @@ proto_register_gre(void)
};*/
static gint *ett[] = {
&ett_gre,
+ &ett_gre_flags,
};
proto_gre = proto_register_protocol("Generic Routing Encapsulation", "gre");