Skip to content

Commit

Permalink
fixup! Measure handshake sizes using tshark
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Jul 30, 2020
1 parent 0400403 commit b2e2f84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions measuring/scripts/measure-handshake-size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export LOGLEVEL=INFO

rm $OUTFILE

for dir in ../bin/X*; do
for dir in ../bin/*; do
pushd $dir;
echo "PQTLS"
killall pqtlsserver pqtlsclient
Expand All @@ -34,7 +34,6 @@ for dir in ../bin/X*; do
echo "$dir PQTLS" >> $OUTFILE
python count-hs-bytes.py pqtls $TMPDIR/pqtls-dump.json >> $OUTFILE
ret=$?
ret=1
if [ $ret != 0 ]; then
echo "Error occurred when processing"
mv $TMPDIR/pqtls-dump.json /tmp
Expand Down

0 comments on commit b2e2f84

Please sign in to comment.