Wireshark-bugs: [Wireshark-bugs] [Bug 5106] Add emem_tree_lookup32_array_le_last() or equivalent

Date: Wed, 11 Aug 2010 21:25:34 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5106

--- Comment #1 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-08-11 21:25:34 PDT ---
One small clarification ... the request calls se_tree_insert32_array() with the
key set as the ID + its own frame #, then the se_tree_lookup32_array_le_last()
is called by the response with an ID that MUST match, along with its frame #. 
Obviously the response frame # will never match the request frame #, but as
long as the request frame # is less than the response frame # (the largest one
of course), then its good enough for a match and I avoid the negative response
times.

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