diff options
Diffstat (limited to 'epan/dissectors/packet-bacnet.h')
-rw-r--r-- | epan/dissectors/packet-bacnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bacnet.h b/epan/dissectors/packet-bacnet.h index b0851c34..60a676ae 100644 --- a/epan/dissectors/packet-bacnet.h +++ b/epan/dissectors/packet-bacnet.h @@ -12,7 +12,7 @@ extern int bacnet_dissect_sec_wrapper(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, - gint offset, gboolean *pis_net_msg_flg); + int offset, bool *pis_net_msg_flg); #endif /* __PACKET_BACNET_H__ */ |