aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225/packet-h225-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h225/packet-h225-template.c')
-rw-r--r--asn1/h225/packet-h225-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c
index 50ffa089e8..48c8c48f63 100644
--- a/asn1/h225/packet-h225-template.c
+++ b/asn1/h225/packet-h225-template.c
@@ -298,8 +298,8 @@ proto_reg_handoff_h225(void)
if (!h225_prefs_initialized) {
h225ras_handle=find_dissector("h225.ras");
- dissector_add("udp.port", UDP_PORT_RAS1, h225ras_handle);
- dissector_add("udp.port", UDP_PORT_RAS2, h225ras_handle);
+ dissector_add_uint("udp.port", UDP_PORT_RAS1, h225ras_handle);
+ dissector_add_uint("udp.port", UDP_PORT_RAS2, h225ras_handle);
h245_handle = find_dissector("h245");
h245dg_handle = find_dissector("h245dg");