diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2012-03-30 12:45:43 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2012-03-30 12:45:43 +0000 |
commit | 602883402d88835d99f69556ea865ec795296172 (patch) | |
tree | 61b00b0c01fa9f27e2adefb372b44ba61cc9f38b /asn1/ldap | |
parent | 444132d01c22c840c0ec9bc66dd592618453ea58 (diff) | |
download | wireshark-602883402d88835d99f69556ea865ec795296172.tar.gz wireshark-602883402d88835d99f69556ea865ec795296172.tar.bz2 wireshark-602883402d88835d99f69556ea865ec795296172.zip |
Adjusted UAT name.
svn path=/trunk/; revision=41844
Diffstat (limited to 'asn1/ldap')
-rw-r--r-- | asn1/ldap/packet-ldap-template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c index cc781710cd..c5c6df7ea2 100644 --- a/asn1/ldap/packet-ldap-template.c +++ b/asn1/ldap/packet-ldap-template.c @@ -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, |