aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
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.h
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.h')
-rw-r--r--epan/dissectors/packet-tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index 4ca4fb5bf9..ac09d6b295 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -84,7 +84,7 @@ extern 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);
extern gboolean decode_tcp_ports(tvbuff_t *, int, packet_info *,
proto_tree *, int, int);