summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2024-11-19 07:18:00 +0000
committerliuxueli <[email protected]>2024-11-27 06:37:23 +0000
commit38307ed232012dcbd44bd95167b8f37c7186d1fb (patch)
treef2be8c66d3e62b18ccb76b0a02a8424ee3edf6ce /include
parent409833b463c7e43eec4b4cb332485d4755d92486 (diff)
Implement security_enforcer.cpp
Diffstat (limited to 'include')
-rw-r--r--include/stellar/scanner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stellar/scanner.h b/include/stellar/scanner.h
index 11d0b4e..fdabaa4 100644
--- a/include/stellar/scanner.h
+++ b/include/stellar/scanner.h
@@ -18,6 +18,7 @@ struct scanner *scanner_module_to_scanner(struct module *mod);
/* return NULL if not found */
struct maat *scanner_get_maat_instance(struct scanner *scanner);
+struct maat_state *scanner_get_maat_state_from_packet(struct scanner *scanner, const struct packet *pkt);
const char *scanner_get_object_type(struct scanner *scanner, const char *attribute_name);
const char *scanner_get_object_table_name(struct scanner *scanner, const char *attribute_name);