aboutsummaryrefslogtreecommitdiff
path: root/util/wireshark
Commit message (Expand)AuthorAge
* Fix dissector script to work with newer versions of Wireshark (#7957)meme2018-12-10
* Wireshark plugin: Complete all commands. (#6841)sofar2017-12-26
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Fixed two typos in wireshark lua file.DannyDark2012-12-23
* Wireshark dissector: correct messed up field namesKahrl2011-12-01
* Wireshark dissector: Add TOSERVER_RESPAWN and TOCLIENT_DEATHSCREEN, plus some...Kahrl2011-12-01
* dissector branch: added wireshark dissector minetest.luaKahrl2011-08-25
_package(LuaJIT) if(LUAJIT_FOUND) set(USE_LUAJIT TRUE) message (STATUS "Using LuaJIT provided by system.") elseif(REQUIRE_LUAJIT) message(FATAL_ERROR "LuaJIT not found whereas REQUIRE_LUAJIT=\"TRUE\" is used.\n" "To continue, either install LuaJIT or do not use REQUIRE_LUAJIT=\"TRUE\".") endif() else() message (STATUS "LuaJIT detection disabled! (ENABLE_LUAJIT=0)") endif() if(NOT USE_LUAJIT) message(STATUS "LuaJIT not found, using bundled Lua.") set(LUA_LIBRARY lua) set(LUA_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib/lua/src) add_subdirectory(lib/lua) endif()