From 503aac70bccfecfc920e30b5d7d32e252f0cae92 Mon Sep 17 00:00:00 2001 From: sharonenoch <52180175+sharonenoch@users.noreply.github.com> Date: Sat, 1 Oct 2022 06:01:41 -0400 Subject: 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 --- 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 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 -- cgit v1.2.3