aboutsummaryrefslogtreecommitdiffstats
path: root/tap-bootpstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-bootpstat.c')
-rw-r--r--tap-bootpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-bootpstat.c b/tap-bootpstat.c
index 7f75d85024..8063aa39f1 100644
--- a/tap-bootpstat.c
+++ b/tap-bootpstat.c
@@ -181,6 +181,6 @@ dhcpstat_init(char *optarg)
void
register_tap_listener_gtkdhcpstat(void)
{
- register_ethereal_tap("bootp,stat,", dhcpstat_init);
+ register_tap_listener_cmd_arg("bootp,stat,", dhcpstat_init);
}