summaryrefslogtreecommitdiffstats
path: root/wireshark-remote
blob: ea295f56f85b627a0cc320fe9aeb2582c539bd1e (plain)
1
2
3
4
5
6
#!/bin/bash

host="$1"
iface="$2"

wireshark -k -i <(ssh "$host" tshark -i "$iface" -w - not tcp port 22)