- Wireshark Revealed:Essential Skills for IT Professionals
- James H Baxter Yoram Orzach Charit Mishra
- 197字
- 2021-07-02 21:22:37
Capturing traffic with Dumpcap
The dumpcap.exe
file is the executable that Wireshark actually runs under the covers to capture packets and save them to a trace file in libpcap format. You can run Dumpcap on the command line to circumvent using the Wireshark GUI and use fewer resources. A list of command-line options is available by typing dumpcap.exe -h
.
Some of the most useful options are as follows:
-D
: This prints a list of available interfaces and exits-i <interface>
: This specifies a name or index number of an interface to capture on-f <capture filter>
: This applies a capture filter in the Berkeley Packet Filter (BPF) syntax-b filesize
: This is the file size-w <outfile>
: This is the name of the file where the files will be saved
An example of viewing a list of interfaces and then running Dumpcap to capture a specific interface with an IP address capture filter (note the use of quotes around the filter syntax) configured to use a three-file ring buffer with file sizes of 100 MB and an output filename derived from capture.pcap
is illustrated in the following screenshot:

You can get more information on Dumpcap options at https://www.wireshark.org/docs/man-pages/dumpcap.html.
- Hands-On Intelligent Agents with OpenAI Gym
- 計算機應用
- 輕松學Java Web開發
- Drupal 7 Multilingual Sites
- JSF2和RichFaces4使用指南
- Visual C++編程全能詞典
- Enterprise PowerShell Scripting Bootcamp
- Flink原理與實踐
- 基于RPA技術財務機器人的應用與研究
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Photoshop CS4數碼照片處理入門、進階與提高
- 電腦故障排除與維護終極技巧金典
- 計算機組裝與維修實訓
- 7天精通Photoshop CS5平面視覺設計
- 數據庫技術:Access 2003計算機網絡技術