esp-hal/extras/esp-wifishark
Kirill Mikhailov 73ef8d9227
Rename esp-wifi to esp-radio (part 1) (#3858)
* rename `esp-wifi` to `esp-radio`

* Add migration guide entry

* changelog entry

* address reviews

* more fixes

* address reviews

* Thank you for this rebase!

* mmm, rebase

* Remove unnecessary diff

bob

* get rid off all `esp-wifi` references

* drop the links ƒrom the table
2025-07-25 12:26:08 +00:00
..

esp-wifishark

This is an extcap to be used with esp-radio and the dump_packets config option.

To use it build via cargo build --release and copy the resulting executable to the Wireshark's extcap folder.

Then you should see two new capture interfaces in Wireshark

  • esp-radio HCI capture (for Bluetooth HCI)
  • esp-radio Ethernet capture (for WiFi traffic)

If you are running an application using esp-radio's dump_packets config and logging at INFO level active these capture interfaces can connect via serialport to give you insights on what is going on.

By default it tries to identify exactly one serialport. If that doesn't work for you, you can configure the serialport via the Wireshark UI.