http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27575
User: morriss
Date: 2009/03/01 01:37 PM
Log:
Fix conversation tracking bug noticed in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216#c2
(Basically: how the dissector was dissecting frames--in the GUI--changed based
on the order you had clicked on them.)
... by rewriting how the frame states are maintained: rather than maintaining
a g_hash table of frames and their states, hang the (now se_alloc'd) frame
data off the frame (using p_*_proto_data()).
Directory: /trunk/epan/dissectors/
Changes Path Action
+64 -76 packet-mysql.c Modified