Commit 221b92fc authored by Joanne Hugé's avatar Joanne Hugé

Fix another syntax error

parent b9654de7
...@@ -25,6 +25,6 @@ if [ -n "${use_tcpdump}" ]; then ...@@ -25,6 +25,6 @@ if [ -n "${use_tcpdump}" ]; then
./tcpdump -c $nb_packets -i eth0 -w tmp.pcap -tt --time-stamp-precision=nano udp port 50000; ./tcpdump -c $nb_packets -i eth0 -w tmp.pcap -tt --time-stamp-precision=nano udp port 50000;
./tshark -r tmp.pcap --disable-protocol dcp-etsi --disable-protocol dcp-pft -t e -E separator=, -T fields -e frame.number -e frame.time_epoch -e data.data > tmp.out; ./tshark -r tmp.pcap --disable-protocol dcp-etsi --disable-protocol dcp-pft -t e -E separator=, -T fields -e frame.number -e frame.time_epoch -e data.data > tmp.out;
./txtime_stats.py -f tmp.out; ./txtime_stats.py -f tmp.out;
else then else
../packet-exchange/build/server_arm -a -p 99; ../packet-exchange/build/server_arm -a -p 99;
fi fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment