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 18965: /trunk/ /trunk/epan/dissectors/: packet-ldap.c /t

Date: Sun, 20 Aug 2006 06:00:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18965

User: sahlberg
Date: 2006/08/20 06:00 AM

Log:
 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

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

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