Make the declaration of "process_tcp_payload()" match the definition.

svn path=/trunk/; revision=8941
This commit is contained in:
Guy Harris 2003-11-11 19:24:09 +00:00
parent 457b6e5118
commit 5808fc130b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
* $Id: packet-tcp.c,v 1.215 2003/11/08 05:47:12 guy Exp $
* $Id: packet-tcp.c,v 1.216 2003/11/11 19:24:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -161,7 +161,7 @@ static dissector_handle_t data_handle;
/* TCP structs and definitions */
static void
process_tcp_payload(tvbuff_t *tvb, int offset, packet_info *pinfo,
process_tcp_payload(tvbuff_t *tvb, volatile int offset, packet_info *pinfo,
proto_tree *tree, proto_tree *tcp_tree, int src_port, int dst_port,
guint32 nxtseq, gboolean is_tcp_segment);