Ethereal-dev: Re: [Ethereal-dev] New dissector: JPEG File Interchange Format (JFIF)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Mon, 05 Jan 2004 22:49:33 -0000
On Sat, 2004-01-03 at 21:09, Olivier Biot wrote:
> Hi all,
> 
> I just checked in a first version of a JPEG JFIF dissector, and a WSP patch
> allowing subdissection of multipart entities (no multipart nesting yet).
> 
> As a consequence I found a bug in WTP thanks to an MMS message containing a
> multipart with a JPEG image in it; if running Ethereal from the command-line
> with "-R image-jfif", then I get unreassembled WTP packets instead of
> reassembled MMSE. If you load the file and afterwards filter on "image-jfif"
> then this problem does not occur. I know it's in the lines 603--693 but I'll
> look at it later :)
> 
> Regards,
> 
> Olivier
> 

So, do you have any plans on adding wiretap support to detect GIF and
JPEG? You could use Ethereal to open a GIF or JPEG file, wiretap detects
it,  a new protocol "File" is used, instead of "Frame", to show
filesystem fields (size, mtime, atime, ctime, filename), and then the
appropriate dissector is called.

--gilbert