mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move Anon.h into zeek::detail namespace
This commit is contained in:
parent
7a5dae4354
commit
9992ec5c11
4 changed files with 19 additions and 14 deletions
|
@ -14,6 +14,8 @@
|
|||
#include <map>
|
||||
#include <cstdint>
|
||||
|
||||
namespace zeek::detail {
|
||||
|
||||
// TODO: Anon.h may not be the right place to put these functions ...
|
||||
|
||||
enum ip_addr_anonymization_class_t {
|
||||
|
@ -126,3 +128,5 @@ ipaddr32_t anonymize_ip(ipaddr32_t ip, enum ip_addr_anonymization_class_t cl);
|
|||
|
||||
#define LOG_ANONYMIZATION_MAPPING
|
||||
void log_anonymization_mapping(ipaddr32_t input, ipaddr32_t output);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue