aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ua.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-19 19:21:32 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-12-19 19:21:32 +0000
commite38f1df22373a329b4d183fff9cd7016a9670432 (patch)
treedf63aec03540b72e1504907238d289d980dfd161 /epan/dissectors/packet-m3ua.c
parent8a9ce3598b1dff5ee046f5f9562a77d04d3c14a7 (diff)
register the m3ua dissector by name
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16859 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-m3ua.c')
-rw-r--r--epan/dissectors/packet-m3ua.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-m3ua.c b/epan/dissectors/packet-m3ua.c
index dce84ec981..f8a6d769d6 100644
--- a/epan/dissectors/packet-m3ua.c
+++ b/epan/dissectors/packet-m3ua.c
@@ -2001,6 +2001,8 @@ proto_register_m3ua(void)
/* Register the protocol name and description */
proto_m3ua = proto_register_protocol("MTP 3 User Adaptation Layer", "M3UA", "m3ua");
+ register_dissector("m3ua", dissect_m3ua, proto_m3ua);
+
m3ua_module = prefs_register_protocol(proto_m3ua, NULL);
prefs_register_enum_preference(m3ua_module, "version", "M3UA Version", "Version used by Ethereal", &version, options, FALSE);