Home
last modified time | relevance | path

Searched defs:AppInfoTable (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dapp_info_table.h86 typedef std::unordered_map<AppId, AppInfoTableEntry*> AppInfoTable; typedef
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/detector_plugins/test/
H A Ddetector_plugins_mock.h209 AppInfoTableEntry* AppInfoManager::get_app_info_entry(AppId, const AppInfoTable&) in get_app_info_entry()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DappIdConfig.h126 struct _AppInfoTableEntry *AppInfoTable[SF_APPID_MAX]; member