summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-06-29 15:57:31 +0000
committerChristian Pointner <equinox@anytun.org>2014-06-29 15:57:31 +0000
commite030e390fb06ff0e795902f1d6bc25be44a180a6 (patch)
tree4c8cd53da574e8729318e61f3c39e7d155da4bb2
parentremoved outdated openwrt package (diff)
assigned command line arguments for key exchange
updated LICENSE for satp Wireshark dissector
-rw-r--r--cmd-option-letters4
-rw-r--r--wireshark-lua/satp.lua6
2 files changed, 5 insertions, 5 deletions
diff --git a/cmd-option-letters b/cmd-option-letters
index cf4e5e4..c9673ab 100644
--- a/cmd-option-letters
+++ b/cmd-option-letters
@@ -26,7 +26,7 @@ v: version
w: window size
x: post up script
y:
-z:
+z: keyexchange interface
A: master salt
B:
@@ -53,4 +53,4 @@ V:
W:
X: control host
Y: rail mode
-Z:
+Z: keyexchange socket path
diff --git a/wireshark-lua/satp.lua b/wireshark-lua/satp.lua
index 433da72..24d6667 100644
--- a/wireshark-lua/satp.lua
+++ b/wireshark-lua/satp.lua
@@ -10,7 +10,7 @@
-- tunneling and relaying of packets of any protocol.
--
--
--- Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl,
+-- Copyright (C) 2007-2014 Markus Grüneis, Othmar Gsenger, Erwin Nindl,
-- Christian Pointner <satp@wirdorange.org>
--
-- This file is part of Anytun.
@@ -26,7 +26,7 @@
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
--- along with anytun. If not, see <http://www.gnu.org/licenses/>.
+-- along with Anytun. If not, see <http://www.gnu.org/licenses/>.
do
@@ -77,7 +77,7 @@ do
-- load the udp.port table
udp_table = DissectorTable.get("udp.port")
-
+
-- register our protocol to handle udp port 4444
udp_table:add(4444,proto_satp)
end