Searched refs:logfile (Results 1 – 1 of 1) sorted by relevance
5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump6 …="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -w $logfile"16 if [ ! -e $logfile ] ; then