aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2009-07-28 07:18:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2009-07-28 07:18:05 +0000
commitac1b52a8388e7cc177b4e6d1de1d506570fb23c6 (patch)
treef2453d34fc650401f58d7d7f1a825cea42b76d1f /epan/dissectors/packet-ldap.h
parentc62a91e75b35d0e09cbb9c150d76e3533a197462 (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 svn path=/trunk/; revision=29210
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