aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.c
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-17 11:08:02 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-17 11:08:02 +0000
commit554d464e64c239ec486f7b583fb5941ee3b6bd92 (patch)
tree3284dd032e2fa625a33d9e046b54fd25f1e55d6a /epan/dissectors/packet-tcp.c
parentf143e2b2c81c8992472e2099f8fc368a81650bd6 (diff)
Repair "Follow TCP Stream" which got broken by my change in SVN 38056
Mental note: Try to not do half work ;-) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38065 f5534014-38df-0310-8fa8-9805f1628bb7
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 88ebee4e8d..02eebcd154 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -4201,7 +4201,7 @@ dissect_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
if (tcph->th_have_seglen) {
if( data_out_file ) {
- reassemble_tcp( conv->index, /* conversation index */
+ reassemble_tcp( tcpd->stream, /* tcp stream index */
tcph->th_seq, /* sequence number */
tcph->th_ack, /* acknowledgement number */
tcph->th_seglen, /* data length */