aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05Free the image type string as soon as we're done with it, so that weGuy Harris1-1/+8
don't leak it (even if we throw an exception processing the image). svn path=/trunk/; revision=12955
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-2/+0
get rid of the definition of "PLURALIZE()" in modules that don't use it. svn path=/trunk/; revision=12791
2004-10-30Squelch some compile warnings.Guy Harris1-3/+4
svn path=/trunk/; revision=12443
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesGuy Harris1-55/+84
long. The offset is relative to the first byte of the TIFF structure, which is after the "Exif\0" *and* the extra byte after "Exif\0". Loop over all IFDs. Sanity check the offset to the first IFD and the offset in each IFD to the next IFD. svn path=/trunk/; revision=12424
2004-09-23From Jelmer Vernooij: fix a comment.Guy Harris1-1/+1
svn path=/trunk/; revision=12071
2004-09-01Get rid of some unused variables.Guy Harris1-2/+4
Put into the protocol tree for APP1 and APP2 segments not otherwise handled an item for the remaining segment data. svn path=/trunk/; revision=11870
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1198
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410