aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sua.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2006-10-19 17:25:13 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2006-10-19 17:25:13 +0000
commitfe5f26af7bf370e351d540540ba3cc78df6af46c (patch)
tree2b1d4ab60c7ef0926831e9b0ff7ea0ade98aea00 /epan/dissectors/packet-sua.c
parent82abc5f08b92e16e140fdda870e65a8aa9567fbc (diff)
Register the dissector.
svn path=/trunk/; revision=19609
Diffstat (limited to 'epan/dissectors/packet-sua.c')
-rw-r--r--epan/dissectors/packet-sua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sua.c b/epan/dissectors/packet-sua.c
index 3ab61d851e..6c43f0cff6 100644
--- a/epan/dissectors/packet-sua.c
+++ b/epan/dissectors/packet-sua.c
@@ -2006,6 +2006,7 @@ proto_register_sua(void)
/* Register the protocol name and description */
proto_sua = proto_register_protocol("SS7 SCCP-User Adaptation Layer", "SUA", "sua");
+ register_dissector("sua", dissect_sua, proto_sua);
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_sua, hf, array_length(hf));