Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as
[obnox/wireshark/wip.git] / tap-protohierstat.c
index 039f532896dcc49ce6f9fd43fbc1d63a1b7b1386..8a26136d1c67077547cd20e2511e457c8f5b8554 100644 (file)
@@ -216,6 +216,6 @@ protohierstat_init(char *optarg)
 void
 register_tap_listener_protohierstat(void)
 {
-       register_ethereal_tap("io,phs", protohierstat_init);
+       register_tap_listener_cmd_arg("io,phs", protohierstat_init);
 }