forked from pool/wireshark
c87cef8c94
- security fixes (#bnc 718032) * CVE-2011-3266: Wireshark IKE dissector vulnerability * CVE-2011-3360: Wireshark Lua script execution vulnerability * CVE-2011-3483: Wireshark buffer exception handling vulnerability OBS-URL: https://build.opensuse.org/request/show/87344 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=44
11 lines
326 B
Diff
11 lines
326 B
Diff
--- trunk/epan/wslua/template-init.lua 2011/08/08 17:59:32 38413
|
|
+++ trunk/epan/wslua/template-init.lua 2011/08/08 19:10:19 38414
|
|
@@ -73,5 +73,5 @@
|
|
DATA_DIR = datafile_path()
|
|
USER_DIR = persconffile_path()
|
|
|
|
-dofile("console.lua")
|
|
---dofile("dtd_gen.lua")
|
|
+dofile(DATA_DIR.."console.lua")
|
|
+--dofile(DATA_DIR.."dtd_gen.lua")
|