aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-07-07 23:01:06 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-07-09 15:29:55 +0000
commit01b28caf75cfbf0b936af44b1c7c8abbbe4e9a8b (patch)
tree7dc023c0b53e684fae68dd7a73894b45d780c2d4 /randpkt.c
parente3cbea315383493020974f93eac24e7816c58445 (diff)
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@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'randpkt.c')
-rw-r--r--randpkt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/randpkt.c b/randpkt.c
index 28a7c69d1c..f604e77812 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -189,8 +189,6 @@ main(int argc, char **argv)
usage(TRUE);
}
- randpkt_seed();
-
if (!allrandom) {
produce_type = randpkt_parse_type(type);
g_free(type);