Page 1 of 1

Install Wireshark on Pi-Star?

Posted: Wed Oct 07, 2020 5:46 pm
by K6JM
I want to capture traffic on the USB port when using DStarRepeater in Terminal Mode --to sniff the interaction between the Pi and the OPC-2350LU USB cable and the D-Star radio in terminal mode.

Any advice on installing Wireshark onto a Pi-Star system, given it is locked down pretty well with root not easily usable?

Re: Install Wireshark on Pi-Star?

Posted: Wed Oct 07, 2020 6:25 pm
by K2IE
rpi-rw
sudo apt-get update
sudo apt-get install tcpdump

You'll need to capture your data with tcpdump and then move it over to another machine running Wireshark. Since you've asked the question I'll assume you know what you're doing here...

73

Re: Install Wireshark on Pi-Star?

Posted: Wed Oct 07, 2020 6:48 pm
by K6JM
Sounds good. Will do. Thanks.