aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-07-04 16:24:20 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-07-04 16:24:20 +0000
commit14e67d04bcaac11b009e6bdc91daa1b1955461a0 (patch)
treede4897d405b659e53f020a293bc72830fadaafd1 /epan/dissectors/Makefile.common
parent1066b988e639258757ef23d7273ad2b8130a5d3e (diff)
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
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
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 \