Wireshark-commits: [Wireshark-commits] rev 19792: /trunk/ /trunk/epan/dissectors/: packet-ber.c packet-ber.h packet-ldap.c /trunk/epan/: libwireshark.def /trunk/asn1/ldap/: Lightweight-Directory-Access-Protocol-V3.asn ldap.cnf ...
From:
gal@xxxxxxxxxxxxx
Date: Sat, 04 Nov 2006 09:14:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19792
User: gal
Date: 2006/11/04 09:14 AM
Log:
General updates to:
*) Remove maximum LDAP PDU size check - they can get large with either large attributes (e.g. CRLs, SPIFs) or with lots of results (see http://www.wireshark.org/lists/wireshark-users/200610/msg00197.html). The max size preference is also removed.
*) Support for dissecting LDAP controls including server side sorting and paged results. A new BER function is introduced to see if there is a dissector for a given OID.
*) Remove reference to removed BER preference in the LDAP reassembly preference.
*) Mark a LDAPURL as a URL
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -0 packet-ber.c Modified
+2 -0 packet-ber.h Modified
+341 -59 packet-ldap.c Modified
Directory: /trunk/epan/
Changes Path Action
+1 -0 libwireshark.def Modified
Directory: /trunk/asn1/ldap/
Changes Path Action
+50 -1 Lightweight-Directory-Access-Protocol-V3.asn Modified
+43 -4 ldap.cnf Modified
+8 -9 packet-ldap-template.c Modified