1
© 2011, The Technology Firm WWW.THETECHFIRM.COM Option –a duration and files In this example I want to capture 2 x 30 second files, and not stop the capture. -b duration:30 -b files:2 -w 2files.pcap Command tshark -i 5 -b duration:30 -b files:2 -w 2files.pcap 1

2011 02 23 cmd line capture

Embed Size (px)

DESCRIPTION

wireshark tshark command line capture using a ring buffer

Citation preview

Page 1: 2011 02 23 cmd line capture

© 2011, The Technology Firm WWW.THETECHFIRM.COM

Option –a duration and files In this example I want to capture 2 x 30 second files, and not stop the

capture. -b duration:30 -b files:2 -w 2files.pcap

Command tshark -i 5 -b duration:30 -b files:2 -w 2files.pcap

1