1 | initial version |
Try
tshark -Q -P -i 4 -Y "ip.dst==172.17.231.50&&icmp" 1>c:\temp\a-out.txt 2>c:\temp\a-err.txt
-Q
should disable the two extra messages, but it also disables regular packet output; -P
should force regular packet output to occur.