aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sctpchunkstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-sctpchunkstat.c')
-rw-r--r--tap-sctpchunkstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-sctpchunkstat.c b/tap-sctpchunkstat.c
index 8cdf8e5bdc..d928912c9d 100644
--- a/tap-sctpchunkstat.c
+++ b/tap-sctpchunkstat.c
@@ -261,5 +261,5 @@ sctpstat_init(char *optarg)
void
register_tap_listener_sctpstat(void)
{
- register_ethereal_tap("sctp,stat", sctpstat_init);
+ register_tap_listener_cmd_arg("sctp,stat", sctpstat_init);
}