diff options
Diffstat (limited to 'common/include/tfe_scan.h')
| -rw-r--r-- | common/include/tfe_scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/include/tfe_scan.h b/common/include/tfe_scan.h index 67a6740..1669c0b 100644 --- a/common/include/tfe_scan.h +++ b/common/include/tfe_scan.h @@ -12,5 +12,6 @@ int tfe_scan_ipv4_addr(const struct tfe_stream *stream, uuid_t *result, struct m int tfe_scan_ipv6_addr(const struct tfe_stream *stream, uuid_t *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr); int tfe_scan_port(const struct tfe_stream *stream, uuid_t *result, struct maat_state *scan_mid, int hit_cnt, uint16_t source, uint16_t dest); int tfe_scan_device(const struct tfe_stream *stream, uuid_t *result, struct maat_state *scan_mid, int hit_cnt, void *logger); +int tfe_scan_zone(const struct tfe_stream *stream, uuid_t *result, struct maat_state *scan_mid, int hit_cnt); int tfe_get_library_tags(const struct tfe_stream *stream, cJSON *common_obj, tfe_cmsg_tlv_type tlv_type, const char *tag_key); |
