aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aol.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-aol.c')
-rw-r--r--epan/dissectors/packet-aol.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-aol.c b/epan/dissectors/packet-aol.c
index ce6085e66f..c7fba9716a 100644
--- a/epan/dissectors/packet-aol.c
+++ b/epan/dissectors/packet-aol.c
@@ -195,7 +195,9 @@ static guint dissect_aol_init(tvbuff_t *tvb, packet_info *pinfo _U_, guint offse
/**
* Get the length of a particular PDU (+6 bytes for the frame)
*/
-static guint get_aol_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset) {
+static guint get_aol_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb,
+ int offset, void *data _U_)
+{
guint16 plen;
/* Get the PDU length */