summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mstp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mstp.h')
-rw-r--r--epan/dissectors/packet-mstp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mstp.h b/epan/dissectors/packet-mstp.h
index 0a888d3d..0426f43f 100644
--- a/epan/dissectors/packet-mstp.h
+++ b/epan/dissectors/packet-mstp.h
@@ -17,8 +17,8 @@
* @param val BACnet MS/TP Frame value
* @return constant C String with MS/TP Frame Type
*/
-const gchar *
-mstp_frame_type_text(guint32 val);
+const char *
+mstp_frame_type_text(uint32_t val);
/**
* Dissects the BACnet MS/TP packet after the preamble,
@@ -31,7 +31,7 @@ mstp_frame_type_text(guint32 val);
* @param offset the offset in the tvb
*/
void
-dissect_mstp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree *subtree, gint offset);
+dissect_mstp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree *subtree, int offset);
#endif /* __MSTP_H__ */