From d1a39ff8b366927ec21830d2d41a03ee6741821b Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 10 Mar 2013 14:26:08 +0100 Subject: Add lua based wireshark-dissector von epson control and video protocol --- wireshark.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 wireshark.sh (limited to 'wireshark.sh') diff --git a/wireshark.sh b/wireshark.sh new file mode 100755 index 0000000..0ff03ef --- /dev/null +++ b/wireshark.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec wireshark -X "lua_script:`dirname $0`/epson-beamer.lua" "$@" -- cgit