aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/t38
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/t38')
-rw-r--r--epan/dissectors/asn1/t38/packet-t38-template.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/t38/packet-t38-template.c b/epan/dissectors/asn1/t38/packet-t38-template.c
index bdf42f645e..98ce54a1a3 100644
--- a/epan/dissectors/asn1/t38/packet-t38-template.c
+++ b/epan/dissectors/asn1/t38/packet-t38-template.c
@@ -768,5 +768,6 @@ proto_reg_handoff_t38(void)
rtp_handle = find_dissector_add_dependency("rtp", proto_t38);
t30_hdlc_handle = find_dissector_add_dependency("t30.hdlc""rtp", proto_t38);
data_handle = find_dissector("data");
+ dissector_add_for_decode_as("tcp.port", t38_tcp_handle);
+ dissector_add_for_decode_as("udp.port", t38_udp_handle);
}
-