mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Un-deprecate anonymizer BIFs
This commit is contained in:
parent
ea43c154cf
commit
88ffe06004
3 changed files with 3 additions and 6 deletions
|
@ -755,8 +755,6 @@ global restrict_filters: table[string] of string &redef;
|
|||
## :zeek:see:`Pcap::precompile_pcap_filter` and :zeek:see:`Pcap::precompile_pcap_filter`.
|
||||
type PcapFilterID: enum { None };
|
||||
|
||||
## Deprecated.
|
||||
##
|
||||
## .. zeek:see:: anonymize_addr
|
||||
type IPAddrAnonymization: enum {
|
||||
KEEP_ORIG_ADDR,
|
||||
|
@ -766,8 +764,6 @@ type IPAddrAnonymization: enum {
|
|||
PREFIX_PRESERVING_MD5,
|
||||
};
|
||||
|
||||
## Deprecated.
|
||||
##
|
||||
## .. zeek:see:: anonymize_addr
|
||||
type IPAddrAnonymizationClass: enum {
|
||||
ORIG_ADDR,
|
||||
|
|
|
@ -864,7 +864,7 @@ event kazaa_signature_found%(c: connection%);
|
|||
## Deprecated. Will be removed.
|
||||
event gaobot_signature_found%(c: connection%);
|
||||
|
||||
## Deprecated. Will be removed.
|
||||
## Shows an IP address anonymization mapping.
|
||||
event anonymization_mapping%(orig: addr, mapped: addr%);
|
||||
|
||||
## Deprecated. Will be removed.
|
||||
|
|
|
@ -5017,7 +5017,8 @@ function match_signatures%(c: connection, pattern_type: int, s: string,
|
|||
|
||||
# ===========================================================================
|
||||
#
|
||||
# Deprecated Functions
|
||||
# Anonymization Functions
|
||||
# (Not Fully Functional)
|
||||
#
|
||||
# ===========================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue