diff options
Diffstat (limited to 'epan/dissectors/packet-sapsnc.h')
-rw-r--r-- | epan/dissectors/packet-sapsnc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sapsnc.h b/epan/dissectors/packet-sapsnc.h index d1f739b2..4f1fde16 100644 --- a/epan/dissectors/packet-sapsnc.h +++ b/epan/dissectors/packet-sapsnc.h @@ -21,6 +21,6 @@ extern /** * from any dissector that wants SNC frames to be decoded. */ tvbuff_t* -dissect_sapsnc_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset); +dissect_sapsnc_frame(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, uint32_t offset); #endif /* __PACKET_SAPPSNC_H__ */ |