Wireshark-commits: [Wireshark-commits] master 3c245f2: randpktdump: Remove misleading tooltip

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Sep 2019 21:38:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3c245f2f4654e6a984a17f53910ae4846bd0b16e
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3c245f2 by Tomasz Moń (desowin@xxxxxxxxx):

    randpktdump: Remove misleading tooltip
    
    The number of packets to generate is unsigned and always finite. The
    code supports 64 bits integers as the count and thus for most use cases
    (2^64)-1 is good enough alternative for infinite.
    
    Change-Id: I9f83002358d0ab11724dce22802390b145e4ac67
    Reviewed-on: https://code.wireshark.org/review/34613
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  66ad175   wsutil: Use file descriptor in file_needs_reopen()
     add  3c245f2   randpktdump: Remove misleading tooltip


Summary of changes:
 extcap/randpktdump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)