Wireshark-commits: [Wireshark-commits] rev 37636: / /trunk/epan/dissectors/: Makefile.common packet

Date: Thu, 09 Jun 2011 21:21:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37636

User: darkjames
Date: 2011/06/09 02:21 PM

Log:
 - Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).
 - Add new dissector packet-mime-encap which understands mime_file fragmentation.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +1 -0      Makefile.common        Modified
  +1 -0      packet-image-jfif.c    Modified
  +111 -0    packet-mime-encap.c    Added

Directory: /trunk/wiretap/
  Changes    Path               Action
  +2 -2      Makefile.common    Modified
  +2 -2      file_access.c      Modified
  +0 -163    jpeg_jfif.c        Removed
  +0 -33     jpeg_jfif.h        Removed
  +186 -0    mime_file.c        Added
  +31 -0     mime_file.h        Added
  +4 -2      wtap.h             Modified