ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 20179: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 20 Dec 2006 11:57:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20179

User: sahlberg
Date: 2006/12/20 11:57 AM

Log:
 Enhance tcp reassembly of the flavor "reassemble one more segment" work properly
 for the quite unusual case when we need to do this multiple times in a row for the same PDU.
 
 This fixes the issue reported by Xiaoguang Liu on the mailinglist
 where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +41 -8     packet-tcp.c    Modified