martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 896 forks source link

How to Connect to the Monitor Port from Windows? #507

Closed spaceman5 closed 1 year ago

spaceman5 commented 1 year ago

Hi

May I please ask, If the computer that has Wireshark is a Windows computer, is it possible to connect to the ESP_Wifi_Repeater's Monitoring Port with it?

I need to run the "netcat [external_ip_of_the_repeater] [portno] | sudo wireshark -k -S -i -" command, but Windows does not come with natcat, so I am looking for another way to connect Wireshark with the Monitor port.

I have a computer with Windows 10, and another one with Windows XP SP3, both have Wireshark installed on them.

Thank you