Wireshark-commits: [Wireshark-commits] master 8147af2: Editcap: Allow floating point split interval
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Jul 2019 06:43:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8147af211d2eadbc32b3039baabc2f6b74308217
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8147af2 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Editcap: Allow floating point split intervals.
    
    Update the `-i` option to allow floating point values as suggested at
    https://stackoverflow.com/questions/57004719/split-wireshark-to-miliseconds
    
    Change-Id: I24028d409bc441ed3b45ac2179f7c42b2bc424bc
    Reviewed-on: https://code.wireshark.org/review/33938
    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  2377dff   IEEE 802.15.4: Do not create new addresses but reuse the existing ones
     add  8147af2   Editcap: Allow floating point split intervals.


Summary of changes:
 doc/editcap.pod            |  7 ++++---
 docbook/release-notes.adoc |  1 +
 editcap.c                  | 41 ++++++++++++++++++++++++++---------------
 wsutil/nstime.h            |  3 +++
 4 files changed, 34 insertions(+), 18 deletions(-)