aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sasp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sasp.c')
-rw-r--r--epan/dissectors/packet-sasp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sasp.c b/epan/dissectors/packet-sasp.c
index 55bb3fca53..3c0567c1db 100644
--- a/epan/dissectors/packet-sasp.c
+++ b/epan/dissectors/packet-sasp.c
@@ -319,7 +319,7 @@ static const value_string set_mem_state_reply_response_code[] = {
static guint
-get_sasp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
+get_sasp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset, void *data _U_)
{
/* Get the length of the SASP packet. */
return tvb_get_ntohl(tvb, offset + 5);