2011 02 23 cmd line capture

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

Upload: tony-fortunato

Post on 30-Jun-2015

2.568 views

Category:

Devices & Hardware


3 download

DESCRIPTION

wireshark tshark command line capture using a ring buffer

TRANSCRIPT

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