Go to the documentation of this file.
24 #ifndef SURICATA_UTIL_VAR_NAME_H
25 #define SURICATA_UTIL_VAR_NAME_H
void VarNameStoreInit(void)
int VarNameStoreActivate(void)
uint32_t VarNameStoreLookupByName(const char *, const enum VarTypes type)
find name for id+type at packet time.
const char * VarNameStoreSetupLookup(const uint32_t id, const enum VarTypes type)
void VarNameStoreUnregister(const uint32_t id, const enum VarTypes type)
uint32_t VarNameStoreRegister(const char *name, const enum VarTypes type)
const char * VarNameStoreLookupById(const uint32_t id, const enum VarTypes type)
find name for id+type at packet time.
void VarNameStoreDestroy(void)