aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-10-17From Marton Nemeth:stig1-0/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-47/+14
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-05-06From Peter Kjellerstedt (bug 2521):stig1-0/+1
2007-11-29From Didier Gautheron: Fix for Bug #1862: JPEG (JFIF) packet always malformedwmeier1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.obiot1-3/+2
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.sahlberg1-11/+3
2005-08-08various code cleanup:ulfl1-4/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-01-05Free the image type string as soon as we're done with it, so that weguy1-1/+8
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andguy1-2/+0
2004-10-30Squelch some compile warnings.guy1-3/+4
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesguy1-55/+84
2004-09-23From Jelmer Vernooij: fix a comment.guy1-1/+1
2004-09-01Get rid of some unused variables.guy1-2/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1198