Home
last modified time | relevance | path

Searched refs:SC_ERR_LUA_ERROR (Results 1 – 5 of 5) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Doutput-lua.c466 SCLogError(SC_ERR_LUA_ERROR, "couldn't prime file: %s", lua_tostring(luastate, -1)); in LuaScriptInit()
472 SCLogError(SC_ERR_LUA_ERROR, "no init function in script"); in LuaScriptInit()
478 SCLogError(SC_ERR_LUA_ERROR, "no table setup"); in LuaScriptInit()
544 SCLogError(SC_ERR_LUA_ERROR, "invalid combination of 'needs' in the script"); in LuaScriptInit()
550 SCLogError(SC_ERR_LUA_ERROR, "no setup function in script"); in LuaScriptInit()
556 SCLogError(SC_ERR_LUA_ERROR, "no log function in script"); in LuaScriptInit()
562 SCLogError(SC_ERR_LUA_ERROR, "no deinit function in script"); in LuaScriptInit()
584 SCLogError(SC_ERR_LUA_ERROR, "luaL_newstate failed"); in LuaScriptSetup()
768 SCLogError(SC_ERR_LUA_ERROR, "couldn't initialize script"); in OutputLuaLogInit()
839 SCLogError(SC_ERR_LUA_ERROR, "failed to setup thread module"); in OutputLuaLogInit()
[all …]
H A Ddetect-lua.c617 SCLogError(SC_ERR_LUA_ERROR, "couldn't alloc ctx memory"); in DetectLuaThreadInit()
627 SCLogError(SC_ERR_LUA_ERROR, "luastate pool depleted"); in DetectLuaThreadInit()
761 SCLogError(SC_ERR_LUA_ERROR, "no init function in script"); in DetectLuaSetupPrime()
767 SCLogError(SC_ERR_LUA_ERROR, "no table setup"); in DetectLuaSetupPrime()
859 SCLogError(SC_ERR_LUA_ERROR, "alloc error"); in DetectLuaSetupPrime()
867 SCLogError(SC_ERR_LUA_ERROR, "alloc error"); in DetectLuaSetupPrime()
927 SCLogError(SC_ERR_LUA_ERROR, "alloc error"); in DetectLuaSetupPrime()
947 SCLogError(SC_ERR_LUA_ERROR, "alloc error"); in DetectLuaSetupPrime()
975 SCLogError(SC_ERR_LUA_ERROR, "unsupported data type %s", k); in DetectLuaSetupPrime()
1090 SCLogError(SC_ERR_LUA_ERROR, "lua can't be used with protocol %s", in DetectLuaSetup()
[all …]
H A Dutil-luajit.c93 … SCLogError(SC_ERR_LUA_ERROR, "luastate pool init failed, lua/luajit keywords won't work"); in LuajitSetupStatesPool()
H A Dutil-error.h244 SC_ERR_LUA_ERROR, enumerator
H A Dutil-error.c261 CASE_CODE (SC_ERR_LUA_ERROR); in SCErrorToString()