aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dua.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dua.c')
-rw-r--r--epan/dissectors/packet-dua.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dua.c b/epan/dissectors/packet-dua.c
index 1cdc309773..8a8775781d 100644
--- a/epan/dissectors/packet-dua.c
+++ b/epan/dissectors/packet-dua.c
@@ -753,6 +753,9 @@ proto_register_dua(void)
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_dua, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
+
+ /* Allow other dissectors to find this one by name. */
+ register_dissector("dua", dissect_dua, proto_dua);
}
void