Finish fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7270#c4 :
authorJeff Morriss <jeff.morriss@ulticom.com>
Tue, 22 May 2012 01:59:34 +0000 (01:59 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Tue, 22 May 2012 01:59:34 +0000 (01:59 -0000)
commit775574779792219dd62e5a677755589737bc7984
treefba214699a470526e21be3a4f41d6656a1c73167
parenta65518fe55b82c4f3199031a8d1cb8277a39fb60
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.)

svn path=/trunk/; revision=42762
file.c