mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 07:29:39 +00:00
New protocols for Amazon/AWS sub-classification (#2975)
Add: * Cognito * API Gateway * Kinesis * EC2 * EMR * S3 * Cloudfront * DynamoDB Keep `NDPI_PROTOCOL_AMAZON_AWS` for generic AWS traffic
This commit is contained in:
parent
c9dfc946ff
commit
113170cca4
93 changed files with 5121 additions and 826 deletions
|
|
@ -53,6 +53,8 @@ RETVAL=$(( RETVAL + $? ))
|
|||
|
||||
./microsoft_domains_download.sh
|
||||
RETVAL=$(( RETVAL + $? ))
|
||||
./aws_domains_download.sh
|
||||
RETVAL=$(( RETVAL + $? ))
|
||||
|
||||
./crypto_mining_lists_download.sh
|
||||
RETVAL=$(( RETVAL + $? ))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue