diff options
Diffstat (limited to 'epan/dissectors/packet-sapni.h')
-rw-r--r-- | epan/dissectors/packet-sapni.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sapni.h b/epan/dissectors/packet-sapni.h index b97e747e..4cfe82fa 100644 --- a/epan/dissectors/packet-sapni.h +++ b/epan/dissectors/packet-sapni.h @@ -16,6 +16,6 @@ #include <epan/packet.h> extern void -dissect_sap_protocol_payload(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, guint16 sport, guint16 dport); +dissect_sap_protocol_payload(tvbuff_t *tvb, uint32_t offset, packet_info *pinfo, proto_tree *tree, uint16_t sport, uint16_t dport); #endif /* __PACKET_SAPPROTOCOL_H__ */ |