Ldap still needs to include wmem.h since it uses wmem during normal dissection,

just not for UAT purposes.

svn path=/trunk/; revision=50074
This commit is contained in:
Evan Huus 2013-06-20 14:01:54 +00:00
parent d63bd5330f
commit 7c8530539c
2 changed files with 8 additions and 6 deletions

View File

@ -94,6 +94,7 @@
#include <epan/prefs.h>
#include <epan/tap.h>
#include <epan/emem.h>
#include <epan/wmem/wmem.h>
#include <epan/oids.h>
#include <epan/strutil.h>
#include <epan/show_exception.h>

View File

@ -102,6 +102,7 @@
#include <epan/prefs.h>
#include <epan/tap.h>
#include <epan/emem.h>
#include <epan/wmem/wmem.h>
#include <epan/oids.h>
#include <epan/strutil.h>
#include <epan/show_exception.h>
@ -341,7 +342,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 188 "../../asn1/ldap/packet-ldap-template.c"
#line 189 "../../asn1/ldap/packet-ldap-template.c"
/* Initialize the subtree pointers */
static gint ett_ldap = -1;
@ -414,7 +415,7 @@ static gint ett_ldap_PasswordPolicyResponseValue = -1;
static gint ett_ldap_T_warning = -1;
/*--- End of included file: packet-ldap-ett.c ---*/
#line 199 "../../asn1/ldap/packet-ldap-template.c"
#line 200 "../../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;
@ -3839,7 +3840,7 @@ static void dissect_PasswordPolicyResponseValue_PDU(tvbuff_t *tvb _U_, packet_in
/*--- End of included file: packet-ldap-fn.c ---*/
#line 880 "../../asn1/ldap/packet-ldap-template.c"
#line 881 "../../asn1/ldap/packet-ldap-template.c"
static void
dissect_ldap_payload(tvbuff_t *tvb, packet_info *pinfo,
@ -5774,7 +5775,7 @@ void proto_register_ldap(void) {
NULL, HFILL }},
/*--- End of included file: packet-ldap-hfarr.c ---*/
#line 2234 "../../asn1/ldap/packet-ldap-template.c"
#line 2235 "../../asn1/ldap/packet-ldap-template.c"
};
/* List of subtrees */
@ -5849,7 +5850,7 @@ void proto_register_ldap(void) {
&ett_ldap_T_warning,
/*--- End of included file: packet-ldap-ettarr.c ---*/
#line 2247 "../../asn1/ldap/packet-ldap-template.c"
#line 2248 "../../asn1/ldap/packet-ldap-template.c"
};
/* UAT for header fields */
static uat_field_t custom_attribute_types_uat_fields[] = {
@ -6015,7 +6016,7 @@ proto_reg_handoff_ldap(void)
/*--- End of included file: packet-ldap-dis-tab.c ---*/
#line 2396 "../../asn1/ldap/packet-ldap-template.c"
#line 2397 "../../asn1/ldap/packet-ldap-template.c"
}