change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdu...
[obnox/wireshark/wip.git] / epan / dissectors / packet-edonkey.c
index 1a979424446b6e7606d82688b30f3d87a5966e1e..ce171bcc34fc933ca2441f5e0640f4c4af83029b 100644 (file)
@@ -1617,7 +1617,7 @@ static void dissect_emule_udp_message(guint8 msg_type,
 }
 
 
-static guint get_edonkey_tcp_pdu_len(tvbuff_t *tvb, int offset)
+static guint get_edonkey_tcp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
 {
     guint32 msg_len;