aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sipstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-sipstat.c')
-rw-r--r--tap-sipstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-sipstat.c b/tap-sipstat.c
index 3bacac0911..345c73f7a9 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -390,5 +390,5 @@ sipstat_init(char *optarg)
void
register_tap_listener_sipstat(void)
{
- register_ethereal_tap("sip,stat", sipstat_init);
+ register_tap_listener_cmd_arg("sip,stat", sipstat_init);
}