diff --git a/test/remote.sh b/test/remote.sh index c33109e..69c8eb1 100755 --- a/test/remote.sh +++ b/test/remote.sh @@ -6,8 +6,8 @@ MSG="kilroy" /sbin/ifconfig -a -tshark -Qni lo -w ${CAP} port ${PORT} 2>/dev/null & -#tcpdump -qlni lo -w ${CAP} port ${PORT} 2>/dev/null & +tshark -Qni lo -w ${CAP} port ${PORT} & +#tcpdump -qlni lo -w ${CAP} port ${PORT} & PID="$!" sleep 5 ps fax |grep -A3 tshark