diff options
Diffstat (limited to 'tap-h225counter.c')
-rw-r--r-- | tap-h225counter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-h225counter.c b/tap-h225counter.c index d487aea0a1..b48dee6c35 100644 --- a/tap-h225counter.c +++ b/tap-h225counter.c @@ -423,5 +423,5 @@ h225counter_init(char *optarg) void register_tap_listener_h225counter(void) { - register_ethereal_tap("h225,counter", h225counter_init); + register_tap_listener_cmd_arg("h225,counter", h225counter_init); } |