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