aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/packet-h450-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h450/packet-h450-template.c')
-rw-r--r--asn1/h450/packet-h450-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/h450/packet-h450-template.c b/asn1/h450/packet-h450-template.c
index 241e7c8fb5..ded2415430 100644
--- a/asn1/h450/packet-h450-template.c
+++ b/asn1/h450/packet-h450-template.c
@@ -289,12 +289,12 @@ proto_reg_handoff_h450(void)
h450_arg_handle = new_create_dissector_handle(dissect_h450_arg, proto_h450);
h450_res_handle = new_create_dissector_handle(dissect_h450_res, proto_h450);
for (i=0; i<(int)array_length(h450_op_tab); i++) {
- dissector_add("h450.ros.local.arg", h450_op_tab[i].opcode, h450_arg_handle);
- dissector_add("h450.ros.local.res", h450_op_tab[i].opcode, h450_res_handle);
+ dissector_add_uint("h450.ros.local.arg", h450_op_tab[i].opcode, h450_arg_handle);
+ dissector_add_uint("h450.ros.local.res", h450_op_tab[i].opcode, h450_res_handle);
}
h450_err_handle = new_create_dissector_handle(dissect_h450_err, proto_h450);
for (i=0; i<(int)array_length(h450_err_tab); i++) {
- dissector_add("h450.ros.local.err", h450_err_tab[i].errcode, h450_err_handle);
+ dissector_add_uint("h450.ros.local.err", h450_err_tab[i].errcode, h450_err_handle);
}
}