http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42762
User: morriss
Date: 2012/05/21 06:59 PM
Log:
Finish fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 :
Revert r42758 as it only helps in one case; rather, fix it correctly: if
we're redissecting or refiltering, clear any frame dependencies as we go
along. (Fortunately, frame dependencies are all forward dependencies--
meaning that a given frame can only be depended upon by a later frame--
so we can do this as we rescan the packets/frames.)
Directory: /trunk/
Changes Path Action
+12 -9 file.c Modified