From 7c113340005e40b182076b765b675e8db7c85c4c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 29 Feb 2000 06:24:41 +0000 Subject: 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. svn path=/trunk/; revision=1670 --- ui_util.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ui_util.h') 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 @@ -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 */ -- cgit v1.2.3