24#ifndef SURICATA_UTIL_VAR_NAME_H
25#define SURICATA_UTIL_VAR_NAME_H
void VarNameStoreUnregister(const uint32_t id, const enum VarTypes type)
uint32_t VarNameStoreRegister(const char *name, const enum VarTypes type)
void VarNameStoreDestroy(void)
const char * VarNameStoreSetupLookup(const uint32_t id, const enum VarTypes type)
int VarNameStoreActivate(void)
const char * VarNameStoreLookupById(const uint32_t id, const enum VarTypes type)
find name for id+type at packet time. As the active store won't be modified, we don't need locks.
uint32_t VarNameStoreLookupByName(const char *, const enum VarTypes type)
find name for id+type at packet time. As the active store won't be modified, we don't need locks.
void VarNameStoreInit(void)