Wireshark-commits: [Wireshark-commits] master-3.0 cbf9355: Add the response time to response packet
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Feb 2019 04:04:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cbf93553896cec2b0e38cf1eab4c166c739180ac
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

cbf9355 by Guy Harris (guy@xxxxxxxxxxxx):

    Add the response time to response packets if we find the request.
    
    I suspect it's what
    
    	https://ask.wireshark.org/question/7437/response-times-delta-times-after-reordering-sorting-the-row-values/
    
    is *really* asking for, and it's what we do in other request-response
    protocols in any case.
    
    Change-Id: Ie6449958ac669cf45010a3182e2a77182a1fbba5
    Reviewed-on: https://code.wireshark.org/review/32066
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 5455efd41d12f763e90bad2d7b0aebf26f33645c)
    Reviewed-on: https://code.wireshark.org/review/32067
    

Actions performed:

    from  ec3c528   Don't fail in CMake on Windows if you've disabled building Wireshark.
     add  cbf9355   Add the response time to response packets if we find the request.


Summary of changes:
 epan/dissectors/packet-mbtcp.c | 17 ++++++++++++++++-
 epan/dissectors/packet-mbtcp.h |  1 +
 2 files changed, 17 insertions(+), 1 deletion(-)