Fixed false positive with FTP_DATA protocol

Added coherency in application protol guess by exploiting the host server name
Various protocol optimizations
This commit is contained in:
Luca 2019-04-05 12:47:58 +02:00
parent 5656a41f69
commit 4e7fa82aff
10 changed files with 71 additions and 73 deletions

View file

@ -58,6 +58,9 @@ clean:
distclean: clean
/bin/rm -f Makefile
cppcheck:
cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I ../include *.c protocols/*.c
install: $(NDPI_LIBS)
mkdir -p $(DESTDIR)$(libdir)
cp $(NDPI_LIBS) $(DESTDIR)$(libdir)/