mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
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>
This commit is contained in:
parent
f3a74d97d8
commit
503aac70bc
10 changed files with 99 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue