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 1ef87da commit 1f59dabCopy full SHA for 1f59dab
testdata/test_read_pcap.sh
@@ -11,7 +11,7 @@ RNAME="${FILE_PREFIX}_pcap.read.txt"
11
12
function tcpdump_write() {
13
which tcpdump || (apt update || true && apt install -y tcpdump)
14
- timeout 30s tcpdump -c 1 -i any -s 0 -n --print -w "${FNAME}" -Z root \
+ timeout 50s tcpdump -c 1 -i any -s 0 -n --print -w "${FNAME}" -Z root \
15
'dst host 1.1.1.1 and tcp[tcpflags] = tcp-syn' | tee "${LNAME}" &
16
sleep 10
17
curl -m 10 1.1.1.1 &>/dev/null || true
0 commit comments