diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-12-17 22:13:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-12-17 22:13:08 +0000 |
commit | ac48df79f25c348ee3e8926327c489036479d717 (patch) | |
tree | 8b22edd8e461cea760ee7fd834e1ca0007d08248 /gtk/fc_stat.c | |
parent | 1f97bdc27aa1caed69e5be96ea00eea6e773f342 (diff) | |
download | wireshark-ac48df79f25c348ee3e8926327c489036479d717.tar.gz wireshark-ac48df79f25c348ee3e8926327c489036479d717.tar.bz2 wireshark-ac48df79f25c348ee3e8926327c489036479d717.zip |
From Lars Roland: have common code to handle display filter dialogs in
taps, and use that in the H.225 taps.
svn path=/trunk/; revision=9327
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r-- | gtk/fc_stat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c index 1f94795150..90d2d7a5a5 100644 --- a/gtk/fc_stat.c +++ b/gtk/fc_stat.c @@ -1,7 +1,7 @@ /* fc_stat.c * fc_stat 2003 Ronnie Sahlberg * - * $Id: fc_stat.c,v 1.15 2003/12/16 18:43:33 oabad Exp $ + * $Id: fc_stat.c,v 1.16 2003/12/17 22:13:07 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -329,5 +329,5 @@ void register_tap_menu_gtkfcstat(void) { register_tap_menu_item("Statistics/Service Response Time/Fibre Channel...", - gtk_fcstat_cb, NULL, NULL); + gtk_fcstat_cb, NULL, NULL, NULL); } |