From ac24b35b1fa36f8df6d586742200a0dc2d54f59e Mon Sep 17 00:00:00 2001 From: Toni Date: Wed, 3 Aug 2022 12:03:36 +0200 Subject: Add Discord dissector. (#1694) * fixed RiotGames false positive Signed-off-by: lns --- utils/asn_update.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils') diff --git a/utils/asn_update.sh b/utils/asn_update.sh index 9c716147c..ec2dab9d2 100755 --- a/utils/asn_update.sh +++ b/utils/asn_update.sh @@ -149,6 +149,11 @@ 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" +echo "(1) Downloading Discord..." +DEST=../src/lib/inc_generated/ndpi_asn_discord.c.inc +create_list NDPI_PROTOCOL_DISCORD $DEST "AS49544" +echo "(3) Discord 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 -- cgit v1.2.3