Wireshark Remote: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
=Linux=
+
*[[Wireshark Remote Linux]]
==Enables X11 forwarding==
+
*[[Wireshark Remote Bintec]]
*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 -
 
==With tcpdump and a namedpipe==
 
*mkfifo /tmp/fifo.cap
 
*ssh  root@worf "tcpdump -s 0 -U -n -w - -i ppp0 'icmp'" >  /tmp/fifo.cap &
 
*wireshark -k -i /tmp/fifo.cap
 
 
 
 
 
=Links=
 
*http://www.commandlinefu.com/commands/view/4373/analyze-traffic-remotely-over-ssh-w-wireshark
 

Aktuelle Version vom 28. Juni 2017, 14:34 Uhr