diff --git a/testing/do-tests b/testing/do-tests
index f0b654a07..adc3e824f 100755
--- a/testing/do-tests
+++ b/testing/do-tests
@@ -598,6 +598,28 @@ do
done
+ cat >> $TESTRESULTDIR/index.html <<@EOF
+
tcpdump
+
+@EOF
+
+ for host in $TCPDUMPHOSTS
+ do
+ eval HOSTLOGIN=root@\$ipv4_${host}
+
+ scp $SSHCONF $HOSTLOGIN:/tmp/tcpdump.log \
+ $TESTRESULTDIR/${host}.tcpdump.log > /dev/null 2>&1
+
+ cat >> $TESTRESULTDIR/index.html <<@EOF
+ - $host tcpdump.log
+@EOF
+
+ done
+
+ cat >> $TESTRESULTDIR/index.html <<@EOF
+
+@EOF
+
cat >> $TESTRESULTDIR/index.html <<@EOF