We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4705206 commit 267f002Copy full SHA for 267f002
benchmarks/wireshark_fuzzshark/build.sh
@@ -78,5 +78,7 @@ cmake -G Ninja \
78
79
ninja fuzzshark
80
81
+mkdir -p $OUT/seeds
82
+find $SRC -name "*.pcap" -exec cp {} $OUT/seeds \;
83
84
$SRC/wireshark/tools/oss-fuzzshark/build.sh all
0 commit comments