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