aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-11 19:24:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-11 19:24:09 +0000
commitf6bcd6c56b675b6c71b2dc14b0c32a7b4d6ff779 (patch)
tree8f7125df21f9ea138abd7e99579f6926afc50fda /packet-tcp.c
parent146338562ab77f1486a170210537d88e5813bec8 (diff)
Make the declaration of "process_tcp_payload()" match the definition.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8941 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-tcp.c')
-rw-r--r--packet-tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-tcp.c b/packet-tcp.c
index 77b7903ec6..e38ddd72c8 100644
--- a/packet-tcp.c
+++ b/packet-tcp.c
@@ -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);