aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-08-02 18:41:38 +0200
committerlns <matzeton@googlemail.com>2022-08-03 11:04:52 +0200
commitc474b345c2d7129a84739b5d8a6b41d4493d730d (patch)
tree1f617f31643287d468f6f812ec44737a968e0c9b /utils
parentb3e722e5a8164900a0bfb510ebaafaf5080c4511 (diff)
Add Discord dissector.add/discord-dissector
* fixed RiotGames false positive Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'utils')
-rwxr-xr-xutils/asn_update.sh5
1 files changed, 5 insertions, 0 deletions
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