Wireshark-commits: [Wireshark-commits] master d88d88a: SMB2: Add @timestamp to the info column if w
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 Nov 2019 08:39:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d88d88a8b60c6f68a285c93cde55918448cc4469
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d88d88a by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    SMB2: Add @timestamp to the info column if we see a timewarp ECP.
    
    When viewing the summary pane it is useful to know if the request is
    for a previous version of a file. This is signalled by the existence of
    TWRP Extra Create Parameter. If we see one, add the time string to
    the info column.
    
    Change-Id: I3564c2c38a1dd3aa13484bcb329577088025ca70
    Reviewed-on: https://code.wireshark.org/review/35058
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  99398c5   Fix display of pino protocols in display filter dropdown
     add  d88d88a   SMB2: Add @timestamp to the info column if we see a timewarp ECP.


Summary of changes:
 epan/dissectors/packet-smb2.c | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)