aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-01 11:20:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-01 11:20:50 +0000
commit37969b91b153e2614155892d2724569200551462 (patch)
tree75168f80e61bb7cfc64a9de2c8340b24379fedf7 /epan/dissectors/packet-ldap.h
parent21381b2f37ebbc0cb95ce22053057c4af6bb8a38 (diff)
From Yaniv Kaul:
( I edited the template files) Failure to dissect long SASL wrapped LDAP response. svn path=/trunk/; revision=25890
Diffstat (limited to 'epan/dissectors/packet-ldap.h')
-rw-r--r--epan/dissectors/packet-ldap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ldap.h b/epan/dissectors/packet-ldap.h
index 150edd78cc..f541952e37 100644
--- a/epan/dissectors/packet-ldap.h
+++ b/epan/dissectors/packet-ldap.h
@@ -87,6 +87,8 @@
#define LDAP_MOD_DELETE 1
#define LDAP_MOD_REPLACE 2
+#define LDAP_SASL_MAX_BUF 4*64*1024
+
typedef struct ldap_call_response {
gboolean is_request;
guint32 req_frame;