diff options
author | Toni <matzeton@googlemail.com> | 2022-07-25 18:07:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 18:07:44 +0200 |
commit | ab3a678ad423fcd431037093220a145925f64148 (patch) | |
tree | 76d36c8add5b435ff9852745185d41c80bd2d5bf /utils | |
parent | b190dab6bc23bcacf127f1f8d93df257f40bb898 (diff) |
Add AVAST dissector. (#1674)
Signed-off-by: lns <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 8e7aa7cea..9c716147c 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -144,6 +144,11 @@ 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" +echo "(1) Downloading AVAST..." +DEST=../src/lib/inc_generated/ndpi_asn_avast.c.inc +create_list NDPI_PROTOCOL_AVAST $DEST "AS198605" +echo "(3) AVAST 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 |