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:
Ivan Nardi 2025-10-02 11:48:25 +02:00 committed by GitHub
parent c9dfc946ff
commit 113170cca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 5121 additions and 826 deletions

View file

@ -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 + $? ))