aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorsharonenoch <52180175+sharonenoch@users.noreply.github.com>2022-10-01 06:01:41 -0400
committerGitHub <noreply@github.com>2022-10-01 12:01:41 +0200
commit503aac70bccfecfc920e30b5d7d32e252f0cae92 (patch)
treed7c3672232539d62a3d23362385f48bf1e56a3ef /utils
parentf3a74d97d845d07628533717666637e1630aa1ed (diff)
Line app support (#1759)
* Standard support for LINE app * Added test pcap for LINE app * make check result for LINE app * Make check success as 1kxun has LINE packets * Added the ASN inc file for LINE * Removed extra lines as its effecting make check * Editing the SNI required a new pcap output file for TLS.Line format * Run Configure with --with-pcre --with-maxminddb to enable the generation of h323-overflow.pcap.out Co-authored-by: Sharon Enoch <sharone@amzetta.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 ec2dab9d2..6ed94abb1 100755
--- a/utils/asn_update.sh
+++ b/utils/asn_update.sh
@@ -154,6 +154,11 @@ 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"
+echo "(1) Downloading LINE..."
+DEST=../src/lib/inc_generated/ndpi_asn_line.c.inc
+create_list NDPI_PROTOCOL_LINE $DEST "AS38631"
+echo "(3) Line 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