58 static int Ja3GetHash(
lua_State *luastate)
67 void *state = FlowGetAppState(f);
81 static int Ja3GetString(
lua_State *luastate)
90 void *state = FlowGetAppState(f);
105 static int Ja3SGetHash(
lua_State *luastate)
114 void *state = FlowGetAppState(f);
128 static int Ja3SGetString(
lua_State *luastate)
137 void *state = FlowGetAppState(f);
155 lua_pushcfunction(luastate, Ja3GetHash);
156 lua_setglobal(luastate,
"Ja3GetHash");
158 lua_pushcfunction(luastate, Ja3GetString);
159 lua_setglobal(luastate,
"Ja3GetString");
161 lua_pushcfunction(luastate, Ja3SGetHash);
162 lua_setglobal(luastate,
"Ja3SGetHash");
164 lua_pushcfunction(luastate, Ja3SGetString);
165 lua_setglobal(luastate,
"Ja3SGetString");