aboutsummaryrefslogtreecommitdiff
path: root/utils/asn_update.sh
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2022-06-04 14:30:52 +0200
committerGitHub <noreply@github.com>2022-06-04 14:30:52 +0200
commit338427d71290a3df44c9f43b49a8609964ec63a6 (patch)
tree78a0529ac3511930e0b20da7adb2e454c7d24178 /utils/asn_update.sh
parentff8e1e197e900e0d716bca1bb92c44164e66b9ba (diff)
Add support for GoTo products (mainly GoToMeeting) (#1580)
There is some overlap with Citrix protocol.
Diffstat (limited to 'utils/asn_update.sh')
-rwxr-xr-xutils/asn_update.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/utils/asn_update.sh b/utils/asn_update.sh
index 81098ab6a..45940bfa2 100755
--- a/utils/asn_update.sh
+++ b/utils/asn_update.sh
@@ -114,7 +114,7 @@ DEST=../src/lib/inc_generated/ndpi_asn_bloomberg.c.inc
create_list NDPI_PROTOCOL_BLOOMBERG $DEST "AS8188" "AS58850" "AS33220" "AS33181" "AS199559" "AS17063" "AS13908" "AS10361"
echo "(3) Bloomberg IPs are available in $DEST"
-echo "(1) Downloading Citrix routes..." #Citrix or a more generic LogMeIn stuff?
+echo "(1) Downloading Citrix routes..."
DEST=../src/lib/inc_generated/ndpi_asn_citrix.c.inc
create_list NDPI_PROTOCOL_CITRIX $DEST "AS395424" "AS21866" "AS213380" "AS20104" "AS16815"
echo "(3) Citrix IPs are available in $DEST"
@@ -124,6 +124,11 @@ DEST=../src/lib/inc_generated/ndpi_asn_edgecast.c.inc
create_list NDPI_PROTOCOL_EDGECAST $DEST "AS15133"
echo "(3) Edgecast IPs are available in $DEST"
+echo "(1) Downloading LogMeIn/GoTo..."
+DEST=../src/lib/inc_generated/ndpi_asn_goto.c.inc
+create_list NDPI_PROTOCOL_GOTO $DEST "AS395424" "AS21866" "AS213380" "AS20104" "AS16815"
+echo "(3) LogMeIn/GoTo 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