aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-17 18:22:05 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-18 01:22:31 +0000
commit77acaa1f4807537b78149cd08c7696ebfc1556f0 (patch)
treec0c310fcd2e4277a4c8d097e92056abfc0bb0864 /epan/dissectors/packet-ldap.c
parent1de3a5bc4932b1a18c931a1c1cea8d1cf5870dd2 (diff)
Get rid of unnecessary includes of ctype.h.
Change-Id: I9e2cd7a9fed33fc2f4b0c0da3603690450f6952d Reviewed-on: https://code.wireshark.org/review/4809 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-ldap.c')
-rw-r--r--epan/dissectors/packet-ldap.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-ldap.c b/epan/dissectors/packet-ldap.c
index 7d28a2b30d..6927b1fc92 100644
--- a/epan/dissectors/packet-ldap.c
+++ b/epan/dissectors/packet-ldap.c
@@ -91,7 +91,6 @@
#include "config.h"
#include <string.h>
-#include <ctype.h>
#include <glib.h>
@@ -347,7 +346,7 @@ static int hf_ldap_graceAuthNsRemaining = -1; /* INTEGER_0_maxInt */
static int hf_ldap_error = -1; /* T_error */
/*--- End of included file: packet-ldap-hf.c ---*/
-#line 197 "../../asn1/ldap/packet-ldap-template.c"
+#line 196 "../../asn1/ldap/packet-ldap-template.c"
/* Initialize the subtree pointers */
static gint ett_ldap = -1;
@@ -419,7 +418,7 @@ static gint ett_ldap_PasswordPolicyResponseValue = -1;
static gint ett_ldap_T_warning = -1;
/*--- End of included file: packet-ldap-ett.c ---*/
-#line 209 "../../asn1/ldap/packet-ldap-template.c"
+#line 208 "../../asn1/ldap/packet-ldap-template.c"
static expert_field ei_ldap_exceeded_filter_length = EI_INIT;
static expert_field ei_ldap_too_many_filter_elements = EI_INIT;
@@ -3825,7 +3824,7 @@ static int dissect_PasswordPolicyResponseValue_PDU(tvbuff_t *tvb _U_, packet_inf
/*--- End of included file: packet-ldap-fn.c ---*/
-#line 891 "../../asn1/ldap/packet-ldap-template.c"
+#line 890 "../../asn1/ldap/packet-ldap-template.c"
static int dissect_LDAPMessage_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, ldap_conv_info_t *ldap_info) {
int offset = 0;
@@ -5741,7 +5740,7 @@ void proto_register_ldap(void) {
NULL, HFILL }},
/*--- End of included file: packet-ldap-hfarr.c ---*/
-#line 2238 "../../asn1/ldap/packet-ldap-template.c"
+#line 2237 "../../asn1/ldap/packet-ldap-template.c"
};
/* List of subtrees */
@@ -5815,7 +5814,7 @@ void proto_register_ldap(void) {
&ett_ldap_T_warning,
/*--- End of included file: packet-ldap-ettarr.c ---*/
-#line 2252 "../../asn1/ldap/packet-ldap-template.c"
+#line 2251 "../../asn1/ldap/packet-ldap-template.c"
};
/* UAT for header fields */
static uat_field_t custom_attribute_types_uat_fields[] = {
@@ -5981,7 +5980,7 @@ proto_reg_handoff_ldap(void)
/*--- End of included file: packet-ldap-dis-tab.c ---*/
-#line 2401 "../../asn1/ldap/packet-ldap-template.c"
+#line 2400 "../../asn1/ldap/packet-ldap-template.c"
}