wireshark/asn1/ldap
Ronnie Sahlberg cf6d4692aa in LDAP over TCP
use tcp_dissect_pdus() which works    insterad of trying to do the pdu tracking and signalling for reassembly manually.
This makes ldap pdu tracking and reassembly work properly for cases when hosts are streaming lpad over tcp and there is little or none alignlemt of pdus to the start of a segment



svn path=/trunk/; revision=18965
2006-08-20 06:00:16 +00:00
..
ldap.cnf "objectGUID" should be dissected as a GUID 2006-08-06 13:13:42 +00:00
Lightweight-Directory-Access-Protocol-V3.asn Put in some of the old functionallity. 2006-02-21 18:56:25 +00:00
Lightweight-Directory-Access-Protocol-V3.asn.orig
Makefile - asn2eth renamed to asn2wrs 2006-05-21 14:36:05 +00:00
Makefile.nmake - asn2eth renamed to asn2wrs 2006-05-21 14:36:05 +00:00
packet-ldap-template.c in LDAP over TCP 2006-08-20 06:00:16 +00:00
packet-ldap-template.h name change 2006-05-21 05:12:17 +00:00
README Ethereal -> Wireshark 2006-05-23 15:17:14 +00:00

This is a work in progress to enhance and replace the existing ldap dissector with an asn2wrs generated one.

To test/use this work in progress dissector you will have to compile it with asn2wrs and copy the resulting .c and .h files over to epan/dissectors.

This dissector is not yet ready for public consumption and lacks many vital features of the existing ldap dissector such as CLDAP support.