Wireshark-commits: [Wireshark-commits] master 12ee180: TCP: Adding sequence number only once to the
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Mar 2019 16:43:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12ee180cd41af794320c96a312486d9cf9b21cd6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

12ee180 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    TCP: Adding sequence number only once to the tree
    
    When the TCP layer is encapsulated in an icmp error message we're
    adding the sequence number early.
    With this commit we don't add the sequence number a second time.
    
    Bug: 15533
    Change-Id: Iaf983acc15a18fdb36d7baa14f8116e46418160a
    Reviewed-on: https://code.wireshark.org/review/32413
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  134a513   netscaler: add more sanity checks.
     add  12ee180   TCP: Adding sequence number only once to the tree


Summary of changes:
 epan/dissectors/packet-tcp.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)