From 1daa77c167b97bf7b6047bd3deb1f4c68e3416e2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 10 Apr 2008 16:08:18 +0000 Subject: fixed wireshark lua script with ethernet tunneling pointer check @ plain packet --- wireshark-lua/satp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wireshark-lua/satp.lua') diff --git a/wireshark-lua/satp.lua b/wireshark-lua/satp.lua index be88557..140f971 100644 --- a/wireshark-lua/satp.lua +++ b/wireshark-lua/satp.lua @@ -12,7 +12,7 @@ do local payload_dissector = { [0x0800] = "ip", - [0x6558] = "ethernet", + [0x6558] = "eth", [0x86DD] = "ipv6" } -- cgit v1.2.3