Commit 09cc83f4 authored by Joanne Hugé's avatar Joanne Hugé

Fix wrong path in wrapper start scripts

parent 221b92fc
......@@ -22,8 +22,8 @@ done
shift $((OPTIND-1))
if [ -n "${use_tcpdump}" ]; then
./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;
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;
./txtime_stats.py -f tmp.out;
else
../packet-exchange/build/server_arm -a -p 99;
......
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