const_void@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agoanalyze traffic remotely over ssh w/ wireshark Using sshwww.commandlinefu.comexternal-linkmessage-square1fedilinkarrow-up118arrow-down10
arrow-up118arrow-down1external-linkanalyze traffic remotely over ssh w/ wireshark Using sshwww.commandlinefu.comconst_void@lemmy.ml to Linux@lemmy.mlEnglish · 1 year agomessage-square1fedilink
minus-squareMax-P@lemmy.max-p.melinkfedilinkEnglisharrow-up2·1 year agoWireshark also lets you do that directly from the UI and can do that with just tcpdump on the remote host. That can be useful if you’re trying to analyze traffic on a router or something that doesn’t have tshark available, like OpenWRT.
Wireshark also lets you do that directly from the UI and can do that with just
tcpdump
on the remote host. That can be useful if you’re trying to analyze traffic on a router or something that doesn’t have tshark available, like OpenWRT.