Fix "Follow TCP stream" when TCP desegmentation is disabled.

Bug: 12382
Change-Id: I52a4c78cd0d901b8c28106bf33627a3f956b5e48
Reviewed-on: https://code.wireshark.org/review/15133
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Jeff Morriss 2016-04-27 15:46:25 -04:00 committed by Michael Mann
parent ac6fdef87a
commit ab6c9f2e2b

View file

@ -5159,7 +5159,7 @@ dissect_tcp_payload(tvbuff_t *tvb, packet_info *pinfo, int offset, guint32 seq,
/* Give the follow tap what we've currently dissected */
if(have_tap_listener(tcp_follow_tap)) {
tap_queue_packet(tcp_follow_tap, pinfo, tvb_new_subset_length(tvb, 0, offset));
tap_queue_packet(tcp_follow_tap, pinfo, tvb_new_subset_remaining(tvb, offset));
}
process_tcp_payload(tvb, offset, pinfo, tree, tcp_tree, sport, dport,