Espressif ESP32-S2 Programming Manual page 1566

Table of Contents

Advertisement

Chapter 4. API Guides
1.4 Wireshark Can or Can't Do
• Live capture from different network media.
Wireshark can capture traffic from different network media, including wireless LAN.
• Import files from many other capture programs.
Wireshark can import data from a large number of file formats, supported by other capture programs.
• Export files for many other capture programs.
Wireshark can export data into a large number of file formats, supported by other capture programs.
• Numerous protocol dissectors.
Wireshark can dissect, or decode, a large number of protocols.
• Wireshark is not an intrusion detection system.
It will not warn you if there are any suspicious activities on your network. However, if strange things happen,
Wireshark might help you figure out what is really going on.
• Wireshark does not manipulate processes on the network, it can only perform"measurements" within
it.
Wireshark does not send packets on the network or influence it in any other way, except for resolving names
(converting numerical address values into a human readable format), but even that can be disabled.
2. Where to Get Wireshark
download.html
Wireshark can run on various operating systems. Please download the correct version according to the operating
system you are using.
3. Step-by-step Guide
This demonstration uses Wireshark 2.2.6 on Linux.
a) Start Wireshark
On Linux, you can run the shell script provided below. It starts Wireshark, then configures NIC and the channel for
packet capture.
ifconfig $1 down
iwconfig $1 mode monitor
iwconfig $1 channel $2
ifconfig $1 up
Wireshark&
In the above script, the parameter $1 represents NIC and $2 represents channel. For example, wlan0 in ./xxx.sh
wlan0 6, specifies the NIC for packet capture, and 6 identifies the channel of an AP or Soft-AP.
b) Run the Shell Script to Open Wireshark and Display Capture Interface
Espressif Systems
You can get Wireshark from the official website:
Fig. 49: Wireshark Capture Interface
1555
Submit Document Feedback
https://www.wireshark.org/
Release v4.4

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32-S2 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents

Save PDF