X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=gtk%2Fldap_stat.c;h=da6149ef4bf82007049186336d888e8048c13b56;hp=2b6e638a4382b5752f0fb9f2ec667b82975ef12b;hb=6a33606bd0b861b08d08ca62ccee8dc85640c4fc;hpb=a0f4147df57f06cc7af1c1a8dd292bf5a2063bac diff --git a/gtk/ldap_stat.c b/gtk/ldap_stat.c index 2b6e638a43..da6149ef4b 100644 --- a/gtk/ldap_stat.c +++ b/gtk/ldap_stat.c @@ -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);