chg: [bro] added email type

pull/6208/head
iglocska 2020-09-03 12:04:41 +02:00
parent 6fe5732700
commit eaeff3ac59
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class BroExport
'ip-src' => array('brotype' => 'ADDR', 'alternate' => array('#/#', 'SUBNET')),
'ip-dst|port' => array('brotype' => 'ADDR', 'alternate' => array('#/#', 'SUBNET'), 'composite' => 'NONE'),
'ip-src|port' => array('brotype' => 'ADDR', 'alternate' => array('#/#', 'SUBNET'), 'composite' => 'NONE'),
'email' => array('brotype' => 'EMAIL'),
'email-src' => array('brotype' => 'EMAIL'),
'email-dst' => array('brotype' => 'EMAIL'),
'target-email' => array('brotype' => 'EMAIL'),
@ -79,6 +80,7 @@ class BroExport
array('domain|ip', 1)
),
'email' => array(
array('email', 1),
array('email-src', 1),
array('email-dst', 1),
array('target-email', 1)