Wireshark-commits: [Wireshark-commits] master-1.12 8a104e0: Try to calculate the initial RTT of tcp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 2014 00:15:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a104e03dbb01812fcfa4901cc24913f5f534216
Submitter: J?rg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8a104e0 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>
    (cherry picked from commit b5a462b087bdd7670e1a69786ebbe3f073084ac3)
    Reviewed-on: https://code.wireshark.org/review/2417
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  4a4b267   Get the handle for the pw_hdlc_nocw_hdlc_ppp dissector.
    adds  8a104e0   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(+)