aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAge
* Add compiler warnings and fix themStuart Reilly2019-07-12
|
* Dissection improventsLuca Deri2019-07-11
| | | | | Fixed QUIC dissection Disabled debug message
* Various TLS improvementsLuca Deri2019-07-02
|
* Added ndpi_has_human_readeable_string for detecting human-readeable strings ↵Luca Deri2019-06-30
| | | | in buffers
* Improvemnts in SSL certificate detectionLuca Deri2019-06-30
|
* Dissection improvementsLuca Deri2019-06-27
|
* Merge pull request #717 from weiyanhua100/devLuca Deri2019-06-22
|\ | | | | add null process for malloc.
| * add null process for malloc.weiyanhua2019-06-13
| |
* | Further WhatsApp improvementsLuca Deri2019-06-21
| |
* | JSON-C fixLuca Deri2019-06-20
| |
* | Added DHCP fingerpring handlingLuca2019-06-18
| |
* | Reworked SSL cipher handlingLuca Deri2019-06-16
| |
* | Added SSL cipher printLuca Deri2019-06-16
|/
* Fixed MySQL dissectorLuca Deri2019-05-28
| | | | | SSL dissector now reports the protocol version Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection
* Added ndpi_is_safe_ssl_cipher(0 callLuca Deri2019-05-23
|
* SSL certificate analysis improvementLuca Deri2019-05-20
|
* Implements #705Luca Deri2019-05-20
|
* Fixed JA3 decodingLuca Deri2019-05-20
| | | | Made ndpi_process_extra_packet() optional
* Fix the Xcode projectYingpei Zeng2019-05-15
|
* Initial JA3 support (https://github.com/salesforce/ja3) for SSLLuca Deri2019-05-11
|
* Add missing fclose in ndpiReaderemanuele-f2019-04-12
|
* Added test file for FTPLuca Deri2019-04-12
|
* Added custom category support to ndpi_get_partial_detection()Luca Deri2019-04-01
|
* Implemented ndpi_process_partial_detection() API call to handle partial ↵Luca Deri2019-04-01
| | | | matches due to the nDPI specified configuration
* Added SSL organization supportLuca Deri2019-03-23
|
* Respect CXX variable during configurechiehminw2019-03-06
| | | | | | | | commit 6ac83ce7eb99 use CXX to link ndpiReader however CXX is not properly set in configure step Fixes: 6ac83ce7eb99 ("Fixes broken hyperscan compilation") Signed-off-by: chiehminw <chiehminw@synology.com>
* Aligned DNS to HTTP dissectionLuca Deri2019-02-07
|
* Fixes #657Luca Deri2019-01-20
|
* Propagate prefix settings to MakefilesPramode2019-01-20
| | | | | A "make install" was failing because the --prefix flag setting was not being propagated to the Makefiles.
* Removed debug codeLuca Deri2019-01-17
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-01-17
|\
| * Warnign fixesLuca Deri2019-01-17
| | | | | | | | Updated test results
* | Removed this party LRU and replaced with home grownLuca Deri2019-01-17
|/
* build: cleanup of dpdk examples.Vitaliy Ivanov2018-11-29
| | | | | | | - clean install dependencies on example binary - add more rules to clean command Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* Warning fixLuca2018-11-29
|
* build: do not fail if example app is not present.Vitaliy Ivanov2018-11-28
| | | | Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* build: install example binaries to dst dir.Vitaliy Ivanov2018-11-28
| | | | | | make install DESTDIR=/build/nDPI/ Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* build: correct example dpdk linking with pcap.Vitaliy Ivanov2018-11-28
| | | | | | | - take libpcap from configure information. - clean up distclean. Signed-off-by: Vitaliy Ivanov <vitaliyi@interfacemasters.com>
* Renamed internal functionLuca Deri2018-11-21
|
* Made configure more friendlyLuca Deri2018-11-21
| | | | Added time measurement in ndpiReader (processing and setup time)
* Improved skype, teredo, netbios heuristicsLuca Deri2018-11-21
| | | | Changed ndpi_detection_giveup() API: guess is now part of the call
* rpm spec fileAlfredo Cardigliano2018-11-19
|
* Improved WeChat supportLuca Deri2018-11-19
| | | | | Removed Musical.ly protocol as the service has been merged with another one and thus it is no longer used Improved guess for UDP protocols
* rpm packageAlfredo Cardigliano2018-11-19
|
* Warning fixemanuele-f2018-11-18
|
* Added DPDK support to ndpiReaderLuca Deri2018-11-10
|
* Improved SSL decodingLuca Deri2018-11-03
|
* Make the examples Makefile respect DESTDIR and PREFIX env vars.Guido Falsi2018-10-12
|
* fix remakeroot2018-10-02
|
* Fixes broken hyperscan compilationSimone Mainardi2018-09-11
|