aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot1-3/+2
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.Ronnie Sahlberg1-11/+3
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-01-05Free the image type string as soon as we're done with it, so that weGuy Harris1-1/+8
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-2/+0
2004-10-30Squelch some compile warnings.Guy Harris1-3/+4
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesGuy Harris1-55/+84
2004-09-23From Jelmer Vernooij: fix a comment.Guy Harris1-1/+1
2004-09-01Get rid of some unused variables.Guy Harris1-2/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1198