aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
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 /asn1/ldap
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 'asn1/ldap')
-rw-r--r--asn1/ldap/packet-ldap-template.c4
-rw-r--r--asn1/ldap/packet-ldap-template.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index 596e8a428d..5fdc500924 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -2192,6 +2192,10 @@ proto_reg_handoff_ldap(void)
oid_add_from_string("LDAP_START_TLS_OID","1.3.6.1.4.1.1466.20037");
oid_add_from_string("LDAP_CONTROL_VLVREQUEST VLV","2.16.840.1.113730.3.4.9");
oid_add_from_string("LDAP_CONTROL_VLVRESPONSE VLV","2.16.840.1.113730.3.4.10");
+ oid_add_from_string("LDAP_SERVER_QUOTA_CONTROL_OID","1.2.840.113556.1.4.1852");
+ oid_add_from_string("LDAP_SERVER_RANGE_OPTION_OID","1.2.840.113556.1.4.802");
+ oid_add_from_string("LDAP_SERVER_SHUTDOWN_NOTIFY_OID","1.2.840.113556.1.4.1907");
+ oid_add_from_string("LDAP_SERVER_RANGE_RETRIEVAL_NOERR_OID","1.2.840.113556.1.4.1948");
register_ldap_name_dissector("netlogon", dissect_NetLogon_PDU, proto_cldap);
register_ldap_name_dissector("objectGUID", dissect_ldap_guid, proto_ldap);
diff --git a/asn1/ldap/packet-ldap-template.h b/asn1/ldap/packet-ldap-template.h
index 2547b6e704..8b4b6748d1 100644
--- a/asn1/ldap/packet-ldap-template.h
+++ b/asn1/ldap/packet-ldap-template.h
@@ -79,7 +79,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