Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

tshark to write packets to text file every minute?

How do we write packet details(hex values) in a text file after every X secs?

tshark -i eth -b duration:10 -x -w trial.txt i tried this but there are junk values in the files rather than the packet bytes in Hex

tshark to write packets to text file every minute?

How do we write packet details(hex values) in a text file after every X secs?

tshark -i eth -b duration:10 -x -w trial.txttrial.txt

i tried this but there are junk values in the files rather than the packet bytes in Hex