Wireshark-commits: [Wireshark-commits] master e54bcb0: editcap: Remove an arbitrary	time boundary.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e54bcb0100a75fc687cb25beda41a902aa344d27
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e54bcb0 by Gerald Combs (gerald@xxxxxxxxxxxxx):
    editcap: Remove an arbitrary time boundary.
    
    As pointed out by @debookee in
    
    https://twitter.com/debookee/status/1229711779648933888
    
    if you pass a start time (-A) and no stop time (-B) to editcap, it will
    set the stop time to December 31, 2035. Adjust our logic to work without
    a stop time instead.
    
    Change-Id: Ic724ce8ee6d8c346be1d4caf2899d3e10e68fa94
    Reviewed-on: https://code.wireshark.org/review/36138
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  0875845   f5ethtrailer: Continued clean-up from plug-in import
     add  e54bcb0   editcap: Remove an arbitrary time boundary.
Summary of changes:
 editcap.c | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)