Wireshark-commits: [Wireshark-commits] master e313b25: CIP: Correct DATE_AND_TIME parsing
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 07 Jan 2019 04:40:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e313b2535974b34d453f31769293e909a3ffe80f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e313b25 by Dylan Ulis (daulis0@xxxxxxxxx):

    CIP: Correct DATE_AND_TIME parsing
    
    DATE_AND_TIME struct is actually time then date. We were previously
    parsing it as date then time.
    
    Change-Id: I7367b5502318de32b7c9e7fd170ae58de4c3347f
    Reviewed-on: https://code.wireshark.org/review/31431
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  52747f4   dfilter: remove legacy comment.
     add  e313b25   CIP: Correct DATE_AND_TIME parsing


Summary of changes:
 epan/dissectors/packet-cip.c       | 4 ++--
 epan/dissectors/packet-cipsafety.c | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)