Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1200] Wireshark hangs while opening a particular capture f

Date: Sat, 4 Nov 2006 11:42:01 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1200





------- Comment #4 from ulf.lamping@xxxxxx  2006-11-04 11:42 GMT -------
Wow, impressing.

The capture file from Jaap is 76kB in size and took more than 10 minutes to
load on my machine!!!

The problem seems to be in desegment_tcp. The len calculated (in packet-tcp.c
line 1105):
len=MIN(nxtseq, msp->nxtpdu) - seq;
is very often just 1, which seems to be odd ;-)

The "again:" label in that function is passed 58834 times which is probably not
a good sign for 101 packets :-)

Maybe someone with more knowledge of that function may have a look at it (I
don't know if the behaviour of that function is in fact intentional)?


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.