change the signature for the get_pdu_len() function pointer passed to tcp_dissect_pdu...
[obnox/wireshark/wip.git] / epan / dissectors / packet-xot.c
index 4123a5ef12bcb8c1ac71d1cf45e54bbef6fe20dc..7c9dd139978b684870a2d45be6d0de01cfb5a1c9 100644 (file)
@@ -52,7 +52,7 @@ static gboolean xot_desegment = TRUE;
 
 static dissector_handle_t x25_handle;
 
-static guint get_xot_pdu_len(tvbuff_t *tvb, int offset)
+static guint get_xot_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset)
 {
   guint16 plen;