https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6755
--- Comment #6 from Guy Harris <guy@xxxxxxxxxxxx> 2012-01-26 21:53:09 PST ---
The title might be a bit misleading - if you have 5 million frames all of which
belong to the *same* TCP connection, the code in question probably isn't going
to make a bit of difference. If you have 500k frames that belong to 50k
conversations, it might make a lot of difference. I.e., the problem isn't that
there are a lot of *frames*, the problem is that there are a lot of
*conversations* (which would require a lot of frames, but the problem isn't
just that there are a lot of frames).
So Cristian's trace might not just be twice as big as Anders' trace, it might
have a lot more TCP connections than Anders' trace.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.