mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
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:
parent
5656a41f69
commit
4e7fa82aff
10 changed files with 71 additions and 73 deletions
|
|
@ -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)/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue