From e030e390fb06ff0e795902f1d6bc25be44a180a6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 29 Jun 2014 15:57:31 +0000 Subject: assigned command line arguments for key exchange updated LICENSE for satp Wireshark dissector --- cmd-option-letters | 4 ++-- wireshark-lua/satp.lua | 6 +++--- 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 -- -- 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 . +-- along with Anytun. If not, see . 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 -- cgit v1.2.3