aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-29 06:24:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-29 06:24:41 +0000
commit64651da0ffedca75df8ce1f2a54c754ec079fabb (patch)
tree2f87391c5d48dec1712faab6f9f4b38cc017c9ae /ui_util.h
parent3cec0bcb4d463bf7ef515811dd07ec726c9e4c36 (diff)
Jeff Foster's changes, with my additions, to allow the user to pop up a
window showing the protocol tree and hex/ASCII data for the currently selected packet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1670 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui_util.h b/ui_util.h
index 31d3731c8c..01c4957304 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,7 +1,7 @@
/* ui_util.h
* Definitions for UI utility routines
*
- * $Id: ui_util.h,v 1.3 2000/01/03 06:59:10 guy Exp $
+ * $Id: ui_util.h,v 1.4 2000/02/29 06:24:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,6 +40,9 @@ void set_main_window_name(gchar *);
pop up the existing one rather than creating a new one. */
void reactivate_window(GtkWidget *);
+/* Destroy all popup packet windows. */
+void destroy_packet_wins(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */