From ef00787c5c1ce73f059e9d3ded13b056e092cbca Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Thu, 31 Oct 2019 10:15:01 +0100 Subject: [PATCH] Show any errors from tshark/tcpdump in error log Signed-off-by: Joachim Nilsson --- test/remote.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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