ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42762: /trunk/ /trunk/: file.c

Date: Tue, 22 May 2012 01:59:34 GMT
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