Wireshark-bugs: [Wireshark-bugs] [Bug 6755] slow loading/processing of conversations with over 5
Date: Fri, 27 Jan 2012 01:05:39 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6755

--- Comment #9 from Guy Harris <guy@xxxxxxxxxxxx> 2012-01-27 01:05:38 PST ---
If you have a UDP conversation between two given {host:port} pairs, and it has
more than *one* data structure in the hash table, that's a bug - it should
*not* have an entry in the hash table for every packet!

I.e., frames should *NOT* be stored in that linked list - *conversations*
should be.

(The purpose of the frame number is to handle the case where there's more than
one conversation between the specified endpoints, e.g. a TCP connection opens
between the endpoints, some traffic is exchanged, the connection closes,
another TCP connection opens between them, etc..)

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.