aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/disp/packet-disp-template.c
diff options
context:
space:
mode:
authorAnders Broman <a.broman58@gmail.com>2023-06-15 03:07:26 +0200
committerAndersBroman <a.broman58@gmail.com>2023-08-08 19:09:02 +0000
commitdf59bfff2edbdd453d8e057189219ccff5858d8d (patch)
tree44865063077018204baa3de765356f4acb4dfa1a /epan/dissectors/asn1/disp/packet-disp-template.c
parentd5ea143ee28b4aa707f9270fbbeffe3ead92bf4d (diff)
Convert asn2ws to generate C99 types
Diffstat (limited to 'epan/dissectors/asn1/disp/packet-disp-template.c')
-rw-r--r--epan/dissectors/asn1/disp/packet-disp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/disp/packet-disp-template.c b/epan/dissectors/asn1/disp/packet-disp-template.c
index a28aa4e8e3..9f221558ef 100644
--- a/epan/dissectors/asn1/disp/packet-disp-template.c
+++ b/epan/dissectors/asn1/disp/packet-disp-template.c
@@ -71,7 +71,7 @@ dissect_disp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* d
proto_item *item;
proto_tree *tree;
struct SESSION_DATA_STRUCTURE* session;
- int (*disp_dissector)(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_) = NULL;
+ int (*disp_dissector)(bool implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_) = NULL;
const char *disp_op_name;
asn1_ctx_t asn1_ctx;