diff options
author | Toni <matzeton@googlemail.com> | 2022-07-23 11:21:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 11:21:49 +0200 |
commit | a25b2a7e37f03a187854f88412e09ca68c63810e (patch) | |
tree | ab0ed687163171055614ab88c418e7f969798588 /utils | |
parent | 40d7354dd7cedb80bcf1eb5a0480c7efc85eafc1 (diff) |
Added AliCloud server access dissector. (#1672)
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/asn_update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh index f03196a0a..8e7aa7cea 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -139,6 +139,11 @@ DEST=../src/lib/inc_generated/ndpi_asn_threema.c.inc create_list NDPI_PROTOCOL_THREEMA $DEST "AS29691" echo "(3) Threema IPs are available in $DEST" +echo "(1) Downloading AliBaba..." +DEST=../src/lib/inc_generated/ndpi_asn_alibaba.c.inc +create_list NDPI_PROTOCOL_ALIBABA $DEST "AS134963" +echo "(3) AliBaba IPs are available in $DEST" + if [ ${TOTAL_ASN} -eq ${FAILED_ASN} ]; then printf '%s: %s\n' "${0}" "All download(s) failed, ./get_routes_by_asn.sh broken?" exit 1 |