Adjusted UAT name.
authorStig Bjørlykke <stig@bjorlykke.org>
Fri, 30 Mar 2012 12:45:43 +0000 (12:45 -0000)
committerStig Bjørlykke <stig@bjorlykke.org>
Fri, 30 Mar 2012 12:45:43 +0000 (12:45 -0000)
svn path=/trunk/; revision=41844

asn1/ldap/packet-ldap-template.c
epan/dissectors/packet-ldap.c

index cc781710cdc9cae28435de7f5446c610504f087f..c5c6df7ea2ec7b1adbd7705273e9155c425f1cd7 100644 (file)
@@ -2248,7 +2248,7 @@ void proto_register_ldap(void) {
                                 "Set the port for LDAP operations over SSL",
                                 10, &global_ldaps_tcp_port);
   /* UAT */
-  attributes_uat = uat_new("Custom AttributeValue types Table",
+  attributes_uat = uat_new("Custom LDAP AttributeValue types",
                            sizeof(attribute_type_t),
                            "custom_ldap_attribute_types",
                            TRUE,
index 3bd3ddcfc16e6333b1de2369ffe71ab0cd509340..e4ae801d5f49599182329ffa08110e7b976a8d04 100644 (file)
@@ -5856,7 +5856,7 @@ void proto_register_ldap(void) {
                                 "Set the port for LDAP operations over SSL",
                                 10, &global_ldaps_tcp_port);
   /* UAT */
-  attributes_uat = uat_new("Custom AttributeValue types Table",
+  attributes_uat = uat_new("Custom LDAP AttributeValue types",
                            sizeof(attribute_type_t),
                            "custom_ldap_attribute_types",
                            TRUE,