http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26826
User: stig
Date: 2008/11/23 06:18 AM
Log:
From Didier Gautheron (bug 3056):
1) do more work when tree is NULL, otherwise data desegmentation doesn't work.
2) set desegment_len to DESEGMENT_ONE_MORE_SEGMENT rather than 1 when searching
for end of line.
3) set frame_data->pdu_type for STARTTLS cmd and use se_alloc0 rather than
se_alloc
4) restore pinfo can_desegment to saved_can_desegment or ssl can't desegment
packets.
5) move TLS call before searching for cmd. It doesn't deal with rejected TLS
negotation. Not hard to do but I haven't a capture, it anyone can share one.
Directory: /trunk/epan/dissectors/
Changes Path Action
+36 -30 packet-smtp.c Modified