ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 22241: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 04 Jul 2007 16:24:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22241

User: gal
Date: 2007/07/04 04:24 PM

Log:
 New dissector for Internet Message Format (IMF) - RFC 2822.
 It provides basic dissection of the text-based protocol, providing fields for filtering.
 It also calls the multipart dissector for any MIME body that is found.
 It includes very basic support for MIXER (RFC 2156) fields.
 It also registers itself as "message/rfc822" in the media type table.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +850 -0    packet-imf.c       Added