aboutsummaryrefslogtreecommitdiffstats
path: root/gtkpacket.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-07 22:52:57 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-07 22:52:57 +0000
commit07f42b5b31f9523deeb147226521f77a2c8dd797 (patch)
treec720d2a42f11c9d14ac1a161eb785b438c2c4b14 /gtkpacket.h
parentfba49cfe85d4b23ebbffa97fae126a379e913ecd (diff)
Created a new protocol tree implementation and a new display filter
mechanism that is built into ethereal. Wiretap is now used to read all file formats. Libpcap is used only for capturing. svn path=/trunk/; revision=342
Diffstat (limited to 'gtkpacket.h')
-rw-r--r--gtkpacket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtkpacket.h b/gtkpacket.h
index 6ffe649fa7..3344aa9fe3 100644
--- a/gtkpacket.h
+++ b/gtkpacket.h
@@ -1,7 +1,7 @@
/* gtkpacket.h
* Definitions for GTK+ packet display structures and routines
*
- * $Id: gtkpacket.h,v 1.1 1999/03/23 03:14:35 gram Exp $
+ * $Id: gtkpacket.h,v 1.2 1999/07/07 22:51:39 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -32,4 +32,6 @@ void packet_hex_print(GtkText *, guint8 *, gint, gint, gint);
#define E_TREEINFO_START_KEY "tree_info_start"
#define E_TREEINFO_LEN_KEY "tree_info_len"
+void proto_tree_draw(proto_tree *protocol_tree, GtkWidget *tree_view);
+
#endif