summaryrefslogtreecommitdiff
path: root/gtk/bootp_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
commitac48df79f25c348ee3e8926327c489036479d717 (patch)
tree8b22edd8e461cea760ee7fd834e1ca0007d08248 /gtk/bootp_stat.c
parent1f97bdc27aa1caed69e5be96ea00eea6e773f342 (diff)
downloadwireshark-ac48df79f25c348ee3e8926327c489036479d717.tar.gz
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/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index 7c26790242..12fc39296e 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -1,7 +1,7 @@
/* bootp_stat.c
* boop_stat 2003 Jean-Michel FAYARD
*
- * $Id: bootp_stat.c,v 1.8 2003/12/16 18:43:33 oabad Exp $
+ * $Id: bootp_stat.c,v 1.9 2003/12/17 22:13:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -376,5 +376,5 @@ void
register_tap_menu_gtkdhcpstat(void)
{
register_tap_menu_item("Statistics/Watch protocol/BOOTP-DHCP...",
- gtk_dhcpstat_cb, NULL, NULL);
+ gtk_dhcpstat_cb, NULL, NULL, NULL);
}