https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5781
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jeff.morriss.ws@xxxxxxxxx
Resolution| |INVALID
--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-03-23 11:42:42 PDT ---
It looks like the transfer was not complete. The client (python script) does
not appear to be reading the data as it comes from the server, resulting in the
client's TCP window size closing.
In frame 81, it is closed completely after only 75,920 bytes were transferred
(including the HTTP headers; the Content-Length says there should be 289,519
bytes in the file).
Then there follows some zero-window probing until the server finally resets the
connection.
So: Wireshark can't reassemble the packet because it does not have all the
data...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.