Un-deprecate anonymizer BIFs

This commit is contained in:
Jon Siwek 2019-06-27 16:17:36 -07:00
parent ea43c154cf
commit 88ffe06004
3 changed files with 3 additions and 6 deletions

View file

@ -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.

View file

@ -5017,7 +5017,8 @@ function match_signatures%(c: connection, pattern_type: int, s: string,
# ===========================================================================
#
# Deprecated Functions
# Anonymization Functions
# (Not Fully Functional)
#
# ===========================================================================