Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19288: /trunk/ /trunk/epan/dissectors/: packet-ldap.c /t

Date: Fri, 22 Sep 2006 15:19:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19288

User: gal
Date: 2006/09/22 03:19 PM

Log:
 When dissecting LDAP, the assumption was made that the maximum LDAP PDU size will be 65535. Anything bigger than this was considered not to be LDAP. However, LDAP can have PDU sizes bigger than this - a CRL can easily grow to be bigger than this, for example.
 
 This patch makes the the maximum valid LDAP PDU size a preference. The default value for this new preference is 65535 for backwards compatibility.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +11 -5     packet-ldap.c    Modified

Directory: /trunk/asn1/ldap/
  Changes    Path                      Action
  +8 -2      packet-ldap-template.c    Modified