kiddinn / log2timeline

Automatically exported from code.google.com/p/log2timeline
GNU General Public License v3.0
0 stars 3 forks source link

Firefox cache format changed in FF4 and above #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mozilla changed Firefox _CACHE_00[123]_ format in FF4 and above. ff_cache.pm 
may miss timeline entries in the _CACHE_001_ file on FF4 and above platforms.

Need to update ff_cache.pm to determine version of FF and adjust header 
accordingly.

Original issue reported on code.google.com by john.rit...@state.or.us on 4 Nov 2011 at 10:37

GoogleCodeExporter commented 9 years ago
Fixed by strengthening garbage checking and changing record read point and size 
to accommodate FF4 variable header sizes

Original comment by john.rit...@state.or.us on 22 Nov 2011 at 6:35