URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7f38b65cc1cf3c49f8b02b669b004792c03d273d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7f38b65 by Michael Mann (mmann78@xxxxxxxxxxxx):
Don't clear the tcp_analysis if a conversation is not provided to get_tcp_conversation_data().
Callers may need to know information like retransmissions, etc which will be lost.
Change-Id: I3f8b6b0aeb308701eb34ae6f6f735af6995ed441
Reviewed-on: https://code.wireshark.org/review/9940
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 85e2018 udp: fix minimum jumbo length
adds 7f38b65 Don't clear the tcp_analysis if a conversation is not provided to get_tcp_conversation_data().
Summary of changes:
epan/dissectors/packet-tcp.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)