diff -r 070ba02edb7e -r d84dba9e0786 asn1/ldap/packet-ldap-template.h --- a/asn1/ldap/packet-ldap-template.h Sat Jul 11 01:21:05 2009 +0400 +++ b/asn1/ldap/packet-ldap-template.h Sat Jul 11 01:36:26 2009 +0400 @@ -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 diff -r 070ba02edb7e -r d84dba9e0786 epan/dissectors/packet-ldap.h --- a/epan/dissectors/packet-ldap.h Sat Jul 11 01:21:05 2009 +0400 +++ b/epan/dissectors/packet-ldap.h Sat Jul 11 01:36:26 2009 +0400 @@ -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 hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]... diff repository (or selected files) Show differences between revisions for the specified files. Differences between files are shown using the unified diff format. NOTE: diff may generate unexpected results for merges, as it will default to comparing against the working directory's first parent changeset if no revisions are specified. When two revision arguments are given, then changes are shown between those revisions. If only one revision is specified then that revision is compared to the working directory, and, when no revisions are specified, the working directory files are compared to its parent. Without the -a option, diff will avoid generating diffs of files it detects as binary. With -a, diff will generate a diff anyway, probably with undesirable results. Use the --git option to generate diffs in the git extended diff format. Read the diffs help topic for more information. options: -r --rev revision -a --text treat all files as text -g --git use git extended diff format --nodates don't include dates in diff headers -p --show-function show which function each change is in -w --ignore-all-space ignore white space when comparing lines -b --ignore-space-change ignore changes in the amount of white space -B --ignore-blank-lines ignore changes whose lines are all blank -U --unified number of lines of context to show -I --include include names matching the given patterns -X --exclude exclude names matching the given patterns use "hg -v help diff" to show global options diff -r 62b1b67da455 -r 704559bc6219 asn1/ldap/packet-ldap-template.c --- a/asn1/ldap/packet-ldap-template.c Thu Jul 09 16:44:16 2009 +0400 +++ b/asn1/ldap/packet-ldap-template.c Thu Jul 09 17:58:48 2009 +0400 @@ -2192,6 +2192,10 @@ 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);