- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).
[obnox/wireshark/wip.git] / epan / dissectors / packet-image-jfif.c
2011-06-09 darkjames- Replace jpeg_jfif decoder, with more generic mime_fil...
2011-05-23 cmaynardFrom Micheal Mann via bug 2794: Fix some display filter...
2011-03-24 morrissFrom Dirk: fix https://bugs.wireshark.org/bugzilla...
2011-03-22 sfisherFrom Dirk via bug #5771: Add heuristic dissector for...
2010-12-20 guyRename the routines that handle dissector tables with...
2009-10-17 stigFrom Marton Nemeth:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2008-09-30 wmeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-05-06 stigFrom Peter Kjellerstedt (bug 2521):
2007-11-29 wmeierFrom Didier Gautheron: Fix for Bug #1862: JPEG (JFIF...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix about 100 simple to fix warnings from gcc 4.0 in...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-11-01 obiotUse g_print() instead of fprintf() to write messages...
2005-08-10 sahlbergtvb_get_stringz() to tvb_get_ephemeral_stringz() conver...
2005-08-08 ulflvarious code cleanup:
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-01-05 guyFree the image type string as soon as we're done with...
2004-12-20 guyUse "plurality()" rather than locally-defined "PLURALIZ...
2004-10-30 guySquelch some compile warnings.
2004-10-28 guyThe offset to the first IFD in a TIFF file is 4 bytes...
2004-09-23 guyFrom Jelmer Vernooij: fix a comment.
2004-09-01 guyGet rid of some unused variables.
2004-07-18 gramMove dissectors to epan/dissectors directory.