diff options
author | Laurent Deniel <laurent.deniel@free.fr> | 1999-09-11 12:38:18 +0000 |
---|---|---|
committer | Laurent Deniel <laurent.deniel@free.fr> | 1999-09-11 12:38:18 +0000 |
commit | e466de51add10269283c2c966786580ac633d2ac (patch) | |
tree | 1c258c85de29d9fc38d9afba2e4decb964b14a10 /gtk/proto_draw.h | |
parent | b32b29be35eb048a480836e7f12c6b5dae616cab (diff) | |
download | wireshark-e466de51add10269283c2c966786580ac633d2ac.tar.gz wireshark-e466de51add10269283c2c966786580ac633d2ac.tar.bz2 wireshark-e466de51add10269283c2c966786580ac633d2ac.zip |
Collapse/Expand All protocol tree added in Display menu.
svn path=/trunk/; revision=660
Diffstat (limited to 'gtk/proto_draw.h')
-rw-r--r-- | gtk/proto_draw.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/proto_draw.h b/gtk/proto_draw.h index e2f95fa500..b0e92c8c33 100644 --- a/gtk/proto_draw.h +++ b/gtk/proto_draw.h @@ -1,7 +1,7 @@ /* gtkpacket.h * Definitions for GTK+ packet display structures and routines * - * $Id: proto_draw.h,v 1.1 1999/09/09 02:42:40 gram Exp $ + * $Id: proto_draw.h,v 1.2 1999/09/11 12:38:18 deniel Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -33,5 +33,7 @@ void packet_hex_print(GtkText *, guint8 *, gint, gint, gint); #define E_TREEINFO_LEN_KEY "tree_info_len" void proto_tree_draw(proto_tree *protocol_tree, GtkWidget *tree_view); +void expand_all_tree(proto_tree *protocol_tree, GtkWidget *tree_view); +void collapse_all_tree(proto_tree *protocol_tree, GtkWidget *tree_view); #endif |