From d2a44efbe707b7210107fabce58fb99c1a3b251e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 10 Jul 2011 21:46:09 +0200 Subject: mass commit Signed-off-by: Florian Pritz --- wireshark-remote | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 wireshark-remote (limited to 'wireshark-remote') diff --git a/wireshark-remote b/wireshark-remote new file mode 100755 index 0000000..ea295f5 --- /dev/null +++ b/wireshark-remote @@ -0,0 +1,6 @@ +#!/bin/bash + +host="$1" +iface="$2" + +wireshark -k -i <(ssh "$host" tshark -i "$iface" -w - not tcp port 22) -- cgit v1.2.3-24-g4f1b