Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 30588: /trunk/ /trunk/epan/dissectors/: packet-image-jfi

Date: Sat, 17 Oct 2009 20:56:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30588

User: stig
Date: 2009/10/17 01:56 PM

Log:
 From Marton Nemeth:
 Add the ability to open JPEG/JFIF files directly.
 
 From me:
 Some code cleanup + add new file to cmake.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +2 -0      packet-image-jfif.c    Modified

Directory: /trunk/wiretap/
  Changes    Path               Action
  +1 -0      CMakeLists.txt     Modified
  +2 -0      Makefile.common    Modified
  +5 -0      file_access.c      Modified
  +165 -0    jpeg_jfif.c        Added
  +32 -0     jpeg_jfif.h        Added
  +4 -1      wtap.c             Modified
  +2 -0      wtap.h             Modified