mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Defined new status keys
status_unexpected_dhcp_server = 32,
status_unexpected_dns_server = 33,
status_unexpected_smtp_server = 34,
This commit is contained in:
parent
6190b1e351
commit
02323882eb
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ local flow_keys = {
|
|||
status_suspicious_file_transfer = 29,
|
||||
status_known_proto_on_non_std_port = 30,
|
||||
status_flow_risk = 31,
|
||||
status_unexpected_dhcp_server = 32,
|
||||
status_unexpected_dns_server = 33,
|
||||
status_unexpected_smtp_server = 34,
|
||||
|
||||
-- Add here additional flow statuses when writing ntopng plugins.
|
||||
-- User plugins should use statuses under key user.
|
||||
-- WARNING: no not overlap with user; MAXIMUM status is 58 unless
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue