aboutsummaryrefslogtreecommitdiffstats
path: root/packet-image-jfif.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-05-31Add support for Exif decoding (initial framework).Olivier Biot1-19/+243
Still lots of work to do here :) svn path=/trunk/; revision=11035
2004-03-08Remove email addresses and add a reference to the AUTHORS file (or man page)Olivier Biot1-2/+5
for contacting the authors of the files. svn path=/trunk/; revision=10345
2004-02-14Update the Info column.Olivier Biot1-1/+5
svn path=/trunk/; revision=10062
2004-01-06Get rid of an unused value_string table.Guy Harris1-7/+1
svn path=/trunk/; revision=9566
2004-01-04Add support for JFIF (JPEG File Interchange Format) media.Olivier Biot1-0/+973
The JFIF dissector processes everything up to the start of scan as the data thereafter is encoded and I didn't have the time to figure out how it is :) TODO: fix the WTP dissector so it doesn't hand off unreassembled data to WSP. svn path=/trunk/; revision=9541