nDPI/example
Vito Piserchia 4300208642 Added ndpi_flow_ free/malloc and set_ functions:
Ideally these two new functions will provide more flexibility
in regards of application that want to use specific allocation
approaches, for example storage queues for this structures
from where the application can pop and release the data it
needs.
Semantically they can be set up as the other ndpi_malloc and ndpi_free
functions, that is via the set_ndpi_flow_malloc and set_ndpi_flow_free.
In case a NULL parameter is passed to the above functions the old
approach will be used, that means that the ndpi_malloc will be used as
the ndpi_flow_malloc function and ndpi_free_flow as the ndpi_flow_free one.

Application that use the old functions will be not affected by this change,
and the ndpi_free_flow can be deprecated in the future and made private.
2017-03-16 17:35:10 +01:00
..
Win32 Update pcapExample.vcxproj.filters 2015-05-15 02:52:28 +02:00
Makefile.am Fix for FreeBSD build 2017-02-04 17:01:40 +01:00
ndpi_util.c Added ndpi_flow_ free/malloc and set_ functions: 2017-03-16 17:35:10 +01:00
ndpi_util.h Improvements for exporting info in MDNS and UBNTAC2 protocols 2017-02-13 01:29:25 +01:00
ndpiReader.c change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name 2017-03-15 17:28:31 +01:00
protos.txt spelling: googlesyndication 2017-03-12 21:37:41 +00:00