ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 8332b71: editcap: add seed option

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 31 Aug 2018 05:53:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8332b718a25094000bc677d4139b5a2f24b667a9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8332b71 by Nils Björklund (nils.bjorklund@xxxxxxxxxx):

    editcap: add seed option
    
    Implement a --seed option to be used in conjunction with -E. The option
    allows the user to set the seed for the pseudo-random number generator,
    which can be useful for recreating a particular sequence of errors.
    
    Change-Id: Id427ab5fd7711652ad56c72271b2e0acb7380858
    Reviewed-on: https://code.wireshark.org/review/29306
    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  4a4c620   Update README.vagrant
     add  8332b71   editcap: add seed option


Summary of changes:
 doc/editcap.pod |  5 +++++
 editcap.c       | 32 ++++++++++++++++++++++++++++++--
 2 files changed, 35 insertions(+), 2 deletions(-)