aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-03-21 18:25:50 +0100
committerDario Lombardo <lomato@gmail.com>2019-03-22 22:24:11 +0000
commit4009860caeca0d584bda928ad05f907f40c32f6f (patch)
treebb24cf4f2d116a298560cb86162902f1b351c0b6
parent81a3c61c3ea91471cfce92e3f9fbe24fbd88f222 (diff)
downloadwireshark-master-2.2.tar.gz
wireshark-master-2.2.tar.bz2
wireshark-master-2.2.zip
randpkt: restore produce_filename in random generation.master-2.2
Bug: 15627 Change-Id: Iac267a679ca3f935f0e165880bb3127a8715b81c Reviewed-on: https://code.wireshark.org/review/32503 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com> (cherry picked from commit 64e02c943a07749af30ceeae7ffc6c88183316fe) Reviewed-on: https://code.wireshark.org/review/32511 Reviewed-by: Dario Lombardo <lomato@gmail.com>
-rw-r--r--randpkt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/randpkt.c b/randpkt.c
index c040ea538f..4b4b265f7e 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -223,6 +223,7 @@ main(int argc, char **argv)
if (!example)
return 1;
example->dump = savedump;
+ example->filename = produce_filename;
}
}
if (!randpkt_example_close(example))