https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7569
--- Comment #1 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2012-08-08 17:21:37 PDT ---
The STUN dissector calls se_tree_lookup32_array() followed by
se_tree_insert32_array(). Unfortunately se_tree_lookup32_array() can destroy
the key so it needs to be refreshed. Fixed in packet-stun.c in r44366, although
a better fix might be to make emem_tree_*32_array less destructive.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.