aboutsummaryrefslogtreecommitdiffstats
path: root/packet-image-jfif.c
AgeCommit message (Collapse)AuthorFilesLines
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