aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-17From Marton Nemeth:Stig Bjørlykke1-0/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-47/+14
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-05-06From Peter Kjellerstedt (bug 2521):Stig Bjørlykke1-0/+1
2007-11-29From Didier Gautheron: Fix for Bug #1862: JPEG (JFIF) packet always malformedBill Meier1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
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