Wireshark-commits: [Wireshark-commits] master 01b28ca: randpkt_core: change rand() to g_rand_int (C
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01b28caf75cfbf0b936af44b1c7c8abbbe4e9a8b
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
01b28ca by Dario Lombardo (lomato@xxxxxxxxx):
    randpkt_core: change rand() to g_rand_int (CID 1355360).
    
    Change-Id: I48560cbb6007eb16aa545a3e8e6a0e8e3b206930
    Reviewed-on: https://code.wireshark.org/review/16326
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  e3cbea3   IPv6: Remove obsolete comment
    adds  01b28ca   randpkt_core: change rand() to g_rand_int (CID 1355360).
Summary of changes:
 extcap/randpktdump.c        |    2 -
 randpkt.c                   |    2 -
 randpkt_core/randpkt_core.c |   85 ++++++++++---------------------------------
 randpkt_core/randpkt_core.h |    3 --
 4 files changed, 20 insertions(+), 72 deletions(-)