aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-03 06:31:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-03 06:31:58 +0000
commitbd44e72c95bcec131a818e7ed0c7679208e84e09 (patch)
tree160f24d377092fc2d6e3a11c3682a6c03e64f98c /epan/dissectors/packet-tcp.c
parent5df33850a998edee3613fa5ae798c01ef42ebcab (diff)
From Mike Duigou:
A minor change to the prototype of tcp_dissect_pdus() which uses the function pointer type from packet.h svn path=/trunk/; revision=14535
Diffstat (limited to 'epan/dissectors/packet-tcp.c')
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 5dbabd1c96..f7faf7eed1 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -2074,7 +2074,7 @@ void
tcp_dissect_pdus(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
gboolean proto_desegment, guint fixed_len,
guint (*get_pdu_len)(tvbuff_t *, int),
- void (*dissect_pdu)(tvbuff_t *, packet_info *, proto_tree *))
+ dissector_t dissect_pdu)
{
volatile int offset = 0;
int offset_before;