First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Feb 18 '18

Guy Harris gravatar image

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.