From 14e67d04bcaac11b009e6bdc91daa1b1955461a0 Mon Sep 17 00:00:00 2001 From: Graeme Lunt Date: Wed, 4 Jul 2007 16:24:20 +0000 Subject: 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. svn path=/trunk/; revision=22241 --- epan/dissectors/Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/Makefile.common') diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common index a68729f3a4..67651d3844 100644 --- a/epan/dissectors/Makefile.common +++ b/epan/dissectors/Makefile.common @@ -101,6 +101,7 @@ ASN_DISSECTOR_SRC = \ packet-h245.c \ packet-h248.c \ packet-h450.c \ + packet-imf.c \ packet-inap.c \ packet-ldap.c \ packet-logotypecertextn.c \ -- cgit v1.2.3