aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-02-08 17:09:15 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-02-08 17:09:15 +0000
commit06e7801472ca1415f57264e71163b4a2da0382ff (patch)
tree8e8f041eebd03ff5538d3aa7fd0878cf209f2704 /asn1/x411
parent5862f39a81facdfe27b1025ef17e268573a90336 (diff)
This patch adds support for decoding BER-encoded files as "X.411 Message".
http://www.wireshark.org/lists/wireshark-dev/200702/msg00355.html svn path=/trunk/; revision=20745
Diffstat (limited to 'asn1/x411')
-rw-r--r--asn1/x411/packet-x411-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/x411/packet-x411-template.c b/asn1/x411/packet-x411-template.c
index 307ed8c7aa..af0ea164bb 100644
--- a/asn1/x411/packet-x411-template.c
+++ b/asn1/x411/packet-x411-template.c
@@ -243,6 +243,7 @@ void proto_reg_handoff_x411(void) {
register_rtse_oid_dissector_handle("2.6.0.2.12", handle, 0, "id-as-mta-rtse", TRUE);
register_rtse_oid_dissector_handle("2.6.0.2.7", handle, 0, "id-as-mtse", FALSE);
+ register_ber_syntax_dissector("X.411 Message", proto_x411, dissect_x411_mts_apdu);
register_rtse_oid_dissector_handle("applicationProtocol.1", handle, 0, "mts-transfer-protocol-1984", FALSE);
register_rtse_oid_dissector_handle("applicationProtocol.12", handle, 0, "mta-transfer-protocol", FALSE);
}