Wireshark-commits: [Wireshark-commits] master f7b9163: randpktdump: add --delay option

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 01 Jul 2018 06:57:34 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f7b91633c447fb313f299392500eb12fda0e5612
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f7b9163 by Peter Wu (peter@xxxxxxxxxxxxx):

    randpktdump: add --delay option
    
    For testing live capture mode in the Qt UI, it is useful to have a
    continous capture source with some dummy packets.
    
    Change-Id: Id76ecbf24828dd3212b208c96679524e4c25b00f
    Reviewed-on: https://code.wireshark.org/review/28537
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  61656dd   Fix handling of DEB_BUILD_OPTIONS=nocheck
    adds  f7b9163   randpktdump: add --delay option


Summary of changes:
 doc/randpktdump.pod         | 21 ++++++++++++++++-----
 extcap/randpktdump.c        | 18 ++++++++++++++++--
 randpkt.c                   |  4 ++--
 randpkt_core/randpkt_core.c |  6 +++++-
 randpkt_core/randpkt_core.h |  2 +-
 5 files changed, 40 insertions(+), 11 deletions(-)