- Wireshark Revealed:Essential Skills for IT Professionals
- James H Baxter Yoram Orzach Charit Mishra
- 168字
- 2021-07-02 21:22:37
Wireshark command-line utilities
When you install Wireshark, a range of command-line tools also gets installed, including:
capinfos.exe
: This prints information about trace filesdumpcap.exe
: This captures packets and saves to a libpcap format fileeditcap.exe
: This splits a trace file, alters timestamps, and removes duplicate packetsmergecap.exe
: This merges two or more packet files into one filerawshark.exe
: This reads a stream of packets and prints field descriptionstext2pcap.exe
: This reads an ASCII hex dump and writes a libpcap filetshark.exe
: This captures network packets or displays data from a saved trace file
The Wireshark.exe
file launches the GUI version you're familiar with, but you can also launch Wireshark from the command line with a number of parameters; type Wireshark –h
for a list of options and/or create shortcuts to launch Wireshark with any of those options.
Note
It is very helpful to add the Wireshark program directory to your system's PATH
statement so that you can execute any of the command-line utilities from any working directory.
推薦閱讀
- Big Data Analytics with Hadoop 3
- Practical Data Wrangling
- 自動控制原理
- 數據挖掘實用案例分析
- 我也能做CTO之程序員職業規劃
- Kubernetes for Serverless Applications
- 智能生產線的重構方法
- 分析力!專業Excel的制作與分析實用法則
- Bayesian Analysis with Python
- Mastering OpenStack(Second Edition)
- Xilinx FPGA高級設計及應用
- Machine Learning with Spark(Second Edition)
- 30天學通Java Web項目案例開發
- Apache Spark Quick Start Guide
- 實戰Windows Azure