summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-imf.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-12 10:39:03 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2009-06-12 10:39:03 +0000
commit2c105f125bb5ae83211926d01df8f65038ce2903 (patch)
treeff7d6864f0f9b2fbf175ab1644059b9c70738634 /epan/dissectors/packet-imf.c
parent03286fed40787f8fb02dd5c7c9174756ee64cb51 (diff)
downloadwireshark-2c105f125bb5ae83211926d01df8f65038ce2903.tar.gz
Decode id-data, usually found within S/MIME (CMS), as IMF/MIME.
svn path=/trunk/; revision=28711
Diffstat (limited to 'epan/dissectors/packet-imf.c')
-rw-r--r--epan/dissectors/packet-imf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-imf.c b/epan/dissectors/packet-imf.c
index 3facbed747..0ac40a5538 100644
--- a/epan/dissectors/packet-imf.c
+++ b/epan/dissectors/packet-imf.c
@@ -38,6 +38,8 @@
#include <epan/addr_resolv.h>
#include <epan/strutil.h>
+
+#include "packet-ber.h"
#include "packet-imf.h"
#define PNAME "Internet Message Format"
@@ -908,6 +910,8 @@ proto_reg_handoff_imf(void)
dissector_add_string("media_type",
"message/rfc822", imf_handle);
+ register_ber_oid_dissector("1.2.840.113549.1.7.1", dissect_imf, proto_imf, "id-data");
+
/*
* Get the content type and Internet media type table
*/