Wireshark-commits: [Wireshark-commits] master b5a462b: Try to calculate the initial RTT of tcp conn

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Jun 2014 15:07:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b5a462b087bdd7670e1a69786ebbe3f073084ac3
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b5a462b by Evan Huus (eapache@xxxxxxxxx):

    Try to calculate the initial RTT of tcp conns
    
    This (if it works well) will let us do much more accurate out-of-order
    detection, which is currently otherwise hardcoded to 3ms. Ask Jörg for details.
    
    Change-Id: Ie0662723946edeaea1e43958bf7f5158f09dde71
    Reviewed-on: https://code.wireshark.org/review/2367
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  cd56eb9   move dissection of usbpcap isochronous packets to a separate function
    adds  b5a462b   Try to calculate the initial RTT of tcp conns


Summary of changes:
 epan/dissectors/packet-tcp.c |   29 +++++++++++++++++++++++++++++
 epan/dissectors/packet-tcp.h |    9 +++++++++
 2 files changed, 38 insertions(+)