summaryrefslogtreecommitdiff
path: root/wireshark-lua/satp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-lua/satp.lua')
-rw-r--r--wireshark-lua/satp.lua6
1 files changed, 3 insertions, 3 deletions
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