Wireshark-commits: [Wireshark-commits] master 61e8381: editcap: allow the UNIX/POSIX Epoch to be a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 6 Aug 2020 10:31:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61e8381ab28eca4c64b3369b28c36adc16836517
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

61e8381 by Guy Harris (gharris@xxxxxxxxx):

    editcap: allow the UNIX/POSIX Epoch to be a start or stop time.
    
    Have separate Boolean flags to indicate whether the start and stop times
    were specified, rather than having a value of 0 meaning it wasn't.
    
    Change-Id: Ie9968ebd588df6b150062caa50f0b23e6f77f214
    Reviewed-on: https://code.wireshark.org/review/38067
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  47e9852   editcap: fix check of start and stop times.
     add  61e8381   editcap: allow the UNIX/POSIX Epoch to be a start or stop time.


Summary of changes:
 editcap.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)