Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as
[obnox/wireshark/wip.git] / gtk / ldap_stat.c
index 2b6e638a4382b5752f0fb9f2ec667b82975ef12b..da6149ef4bf82007049186336d888e8048c13b56 100644 (file)
@@ -347,7 +347,7 @@ gtk_ldapstat_cb(GtkWidget *w _U_, gpointer d _U_)
 void
 register_tap_listener_gtkldapstat(void)
 {
-       register_ethereal_tap("ldap,srt", gtk_ldapstat_init);
+       register_tap_listener_cmd_arg("ldap,srt", gtk_ldapstat_init);
 
        register_tap_menu_item("LDAP...", REGISTER_TAP_GROUP_RESPONSE_TIME,
            gtk_ldapstat_cb, NULL, NULL, NULL);