URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4b33f8021540fd1c3f3529b5a9e4ca54de90638
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
e4b33f8 by Matthieu Coudron (mattator@xxxxxxxxx):
TCP: fix wrongly set base_seq when ISN is 0 and tcp_relative_seq is
enabled
tcp_analysis::base_seq could be set several times when the
TCP ISN was set to 0, thus inducing some undesired wraps such as 0-1
Bug: 10713
Change-Id: I69a0dfe677e93bf51015bf7a39ebf888631b12a4
Reviewed-on: https://code.wireshark.org/review/5387
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
(cherry picked from commit 4f8a6ec8669fe0b9b2ac642ab99cc853498e4721)
Reviewed-on: https://code.wireshark.org/review/7697
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 78edf32 SRVLOC: always intialize prot before calling sscanf
adds e4b33f8 TCP: fix wrongly set base_seq when ISN is 0 and tcp_relative_seq is enabled
Summary of changes:
epan/dissectors/packet-tcp.c | 8 +++++---
epan/dissectors/packet-tcp.h | 5 ++---
2 files changed, 7 insertions(+), 6 deletions(-)