# Wireshark

# Create a rotational tshark file

<span style="font-size: 11.0pt; font-family: 'Aptos',sans-serif;">Following command will listen on eth0 and create a 2GB file up to 30 and rotate</span>

<span style="font-size: 11.0pt; font-family: 'Aptos',sans-serif;">tshark -i eth0 -a filesize:2000000 -b files:30 -w /opt/avaya/app/241.31\_nameof.pcap -q</span>