aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/bootp_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index cf8e910ca9..261cd851cc 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -281,7 +281,7 @@ static tap_dfilter_dlg dhcp_stat_dlg = {
void
register_tap_listener_gtkdhcpstat(void)
{
- register_ethereal_tap("bootp,stat", dhcpstat_init);
+ register_tap_listener_cmd_arg("bootp,stat", dhcpstat_init);
register_tap_menu_item("BOOTP-DHCP", REGISTER_TAP_GROUP_NONE,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(dhcp_stat_dlg));