diff options
| author | liuxueli <[email protected]> | 2024-11-19 07:18:00 +0000 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-11-27 06:37:23 +0000 |
| commit | 38307ed232012dcbd44bd95167b8f37c7186d1fb (patch) | |
| tree | f2be8c66d3e62b18ccb76b0a02a8424ee3edf6ce /include | |
| parent | 409833b463c7e43eec4b4cb332485d4755d92486 (diff) | |
Implement security_enforcer.cpp
Diffstat (limited to 'include')
| -rw-r--r-- | include/stellar/scanner.h | 1 |
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); |
