aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-03 06:31:58 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-03 06:31:58 +0000
commit351730113cc868a01795739f92e3985c2abc8ce0 (patch)
tree160f24d377092fc2d6e3a11c3682a6c03e64f98c /epan/dissectors/packet-tcp.h
parent563a19fd1dfcf90d59f713f930cb29a00c3606ab (diff)
From Mike Duigou:
A minor change to the prototype of tcp_dissect_pdus() which uses the function pointer type from packet.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14535 f5534014-38df-0310-8fa8-9805f1628bb7
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);