27 Sep
2021
27 Sep
'21
19:20
On 27.09.2021 20:33, Per Jessen wrote:
Dave Howorth wrote:
I also tried installing tcpdump on the pi and got that to display in the opensuse xterm I'm running ssh to the pi in. But I don't understand how to connect that to wireshark.
You run tcpdump on the pi with the -s0 and the -w<file> options to capture packets according to your spec. Copy the packet capture to whereever for analysis with wireshark.
To see packets live ssh somehost tcpdump -U -w - | tshark -i -