Remote Wireshark

Use wireshark remotely

create a fifo file, owned by your user:

mkfifo ~/ftcpdump

In another terminal, send the data into wireshark

on your local machine do:

ssh server "cat ~/ftcpdump" | wireshark -k -i

(do not forget to filter out ssh)

Output tcpdump data into the fifo

from the remote machine :

tcpdump <filter> -U -s 0 -w ~user/ftcpdump

Révision #4
Créé 2025-11-08 23:56:41 UTC par sinistag
Mis à jour 2025-11-09 00:07:54 UTC par sinistag