URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=555b89492a99f41b5347c0b2f6b4b9ecbd5fe22f
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

555b894 by David Perry (boolean...@protonmail.com):

    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.broma...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to