aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 07:18:05 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-28 07:18:05 +0000
commit92c4da288f43b8ff6c7119f82855e7c1c0f8f5ab (patch)
treef2453d34fc650401f58d7d7f1a825cea42b76d1f /epan/dissectors/packet-ldap.h
parent3c8519c2df0ddd0dbeb56e1029c23ee395dc333a (diff)
From: Matthieu Patou <mat+Informatique.Samba@matws.net>
Date: Mon, 27 Jul 2009 08:55:55 +0000 (+0200) Subject: patch_ldap_260709 Add a few additional LDAP OIDs and increase the maximum SASL blob size to be 1M instead of 256kb git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29210 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ldap.h')
-rw-r--r--epan/dissectors/packet-ldap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ldap.h b/epan/dissectors/packet-ldap.h
index 66c510a847..b73fc99ccb 100644
--- a/epan/dissectors/packet-ldap.h
+++ b/epan/dissectors/packet-ldap.h
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ldap.h */
-/* ../../tools/asn2wrs.py -b -p ldap -c ldap.cnf -s packet-ldap-template Lightweight-Directory-Access-Protocol-V3.asn */
+/* ../../tools/asn2wrs.py -b -p ldap -c ./ldap.cnf -s ./packet-ldap-template -D . Lightweight-Directory-Access-Protocol-V3.asn */
/* Input file: packet-ldap-template.h */
@@ -87,7 +87,7 @@
#define LDAP_MOD_DELETE 1
#define LDAP_MOD_REPLACE 2
-#define LDAP_SASL_MAX_BUF 4*64*1024
+#define LDAP_SASL_MAX_BUF 1024*1024
#define NETLOGON_NT_VERSION_1 1
#define NETLOGON_NT_VERSION_5 2