Wireshark-commits: [Wireshark-commits] master 555b894: editcap: support fractional seconds in -A/-B

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 5 Aug 2020 21:32:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=555b89492a99f41b5347c0b2f6b4b9ecbd5fe22f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

555b894 by David Perry (boolean263@xxxxxxxxxxxxxx):

    editcap: support fractional seconds in -A/-B opts
    
    Allow user to specify time resolutions as fine as 1 nanosecond for the
    start and stop times (-A and -B options) for editcap. Uses `nstime_t`
    for the user options and `nstime_cmp()` to compare with packet
    timestamps.
    
    Change-Id: I2340bc4830c7d9a6b17a5e53fa4e8837e231bcb6
    Reviewed-on: https://code.wireshark.org/review/38057
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e22da97   SLSK: Change several items to be signed.
     add  555b894   editcap: support fractional seconds in -A/-B opts


Summary of changes:
 doc/editcap.pod |  6 ++--
 editcap.c       | 96 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 65 insertions(+), 37 deletions(-)