Wireshark Remote: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
 
=Linux=
 
=Linux=
 
==Enables X11 forwarding==
 
==Enables X11 forwarding==
*ssh -X root@remotehost
+
*ssh -X root@worf
*root@remotehost:~#  wireshark
+
*root@worf:~#  wireshark
 
==In one Command==
 
==In one Command==
 
*ssh -X root@worf wireshark
 
*ssh -X root@worf wireshark
 +
 +
==With tcpdump and a pipe==
 +
*ssh  root@worf tcpdump -s 0 -U -n -w - -i ppp0 'icmp' | wireshark -k -i -

Version vom 28. Juni 2017, 14:00 Uhr

Linux

Enables X11 forwarding

  • ssh -X root@worf
  • root@worf:~# wireshark

In one Command

  • ssh -X root@worf wireshark

With tcpdump and a pipe

  • ssh root@worf tcpdump -s 0 -U -n -w - -i ppp0 'icmp' | wireshark -k -i -