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 --- src/include/ndpi_protocol_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index a634019d1..06a74107c 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -343,6 +343,7 @@ typedef enum { NDPI_PROTOCOL_NATPMP = 312, NDPI_PROTOCOL_SYNCTHING = 313, NDPI_PROTOCOL_CRYNET = 314, + NDPI_PROTOCOL_LINE = 315, #ifdef CUSTOM_NDPI_PROTOCOLS #include "../../../nDPI-custom/custom_ndpi_protocol_ids.h" -- cgit v1.2.3