Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-07-13 |
|\ | |||
| * | Merge pull request #736 from themadprofessor/patch-1 | Luca Deri | 2019-07-13 |
| |\ | | | | | | | Fix invalid function prototype | ||
| | * | Fix invalid function prototype | Stuart Reilly | 2019-07-12 |
| | | | | | | | | | Solves a warning when compiling with strict-prototypes. | ||
* | | | Updated test resultss after export changes | Luca Deri | 2019-07-13 |
|/ / | |||
* | | Merge pull request #737 from themadprofessor/dev | Luca Deri | 2019-07-13 |
|\ \ | | | | | | | Add compiler warnings and fix them | ||
| * | | Solve remaining warnings | Stuart Reilly | 2019-07-12 |
| | | | |||
| * | | Merge branch 'dev' of github.com:themadprofessor/nDPI into github | Stuart Reilly | 2019-07-12 |
| |\ \ | |||
| | * | | Add compiler warnings and fix them | Stuart Reilly | 2019-07-12 |
| | | | | |||
| * | | | Add compiler warnings and fix them | Stuart Reilly | 2019-07-12 |
| | |/ | |/| | |||
* / | | initial work towards simple serilizer/deserialier | Luca Deri | 2019-07-13 |
|/ / | |||
* | | Compilation fix | Luca Deri | 2019-07-12 |
| | | |||
* | | Improved whatsapp dissection | Luca Deri | 2019-07-11 |
| | | |||
* | | Dissection improvents | Luca Deri | 2019-07-11 |
| | | | | | | | | | | Fixed QUIC dissection Disabled debug message | ||
* | | Fixed uninitialized variable that caused weird errors | Luca Deri | 2019-07-10 |
| | | |||
* | | Fix that caused nDPI to provide false positive results with pattern matching | Luca Deri | 2019-07-10 |
| | | |||
* | | Typo | Luca Deri | 2019-07-03 |
| | | |||
* | | Improved protocol guess | Luca Deri | 2019-07-02 |
| | | |||
* | | Remvoed debug info | Luca | 2019-07-02 |
| | | |||
* | | Various TLS improvements | Luca Deri | 2019-07-02 |
| | | |||
* | | SSL ciphers improvements | Luca Deri | 2019-07-01 |
| | | |||
* | | Fixed invalid changes in ndpi_get_proto_category() and ndpi_get_proto_name() ↵ | Luca Deri | 2019-07-01 |
| | | | | | | | | dur to https://github.com/ntop/nDPI/pull/731/commits/4b717276614e20feada22e6fe29ea2099ba9fd37 | ||
* | | Merge pull request #731 from themadprofessor/dev | Luca Deri | 2019-07-01 |
|\| | | | | | Stability Fixes | ||
| * | Merge remote-tracking branch 'upstream' into dev | Stuart Reilly | 2019-07-01 |
| |\ | |/ |/| | |||
* | | Minor change | Luca Deri | 2019-07-01 |
| | | |||
* | | Merge pull request #730 from hoermto/hoermto-patch-alpine | Luca Deri | 2019-06-30 |
|\ \ | | | | | | | Alpine linux: "ln -F" not supported in alpine | ||
| * | | Makefile: ln -F not supported in alpine | hoermto | 2019-06-28 |
| | | | | | | | | | removed -F option from makefile for alpine support. Actually not sure the relevance of -F flag for other OS | ||
* | | | Added DNSoverHTTPS detection | Luca Deri | 2019-06-30 |
| | | | |||
* | | | Added ndpi_has_human_readeable_string for detecting human-readeable strings ↵ | Luca Deri | 2019-06-30 |
| | | | | | | | | | | | | in buffers | ||
* | | | Improvemnts in SSL certificate detection | Luca Deri | 2019-06-30 |
| | | | |||
* | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-06-29 |
|\ \ \ | |||
| * | | | ntohl Portability fixes | Luca Deri | 2019-06-29 |
| |/ / | |||
* / / | Initial implementation of datasaver protocol support | Luca Deri | 2019-06-29 |
|/ / | |||
| * | Fix missing braces | Stuart Reilly | 2019-06-28 |
| | | |||
| * | Fix potential NULL dref in btlib.c | Stuart Reilly | 2019-06-28 |
| | | |||
| * | Fix two resource leaks | Stuart Reilly | 2019-06-28 |
| | | |||
| * | Move NULL checks to start of functions | Stuart Reilly | 2019-06-28 |
| | | |||
| * | Fix potential NULL deref in libcache | Stuart Reilly | 2019-06-28 |
| | | |||
| * | Fix two potential OOB reads in ndpi_main.c | Stuart Reilly | 2019-06-28 |
| | | |||
| * | Remove duplicate defintions and fix function prototypes | Stuart Reilly | 2019-06-28 |
|/ | |||
* | Dissection improvements | Luca Deri | 2019-06-27 |
| | |||
* | Removed debug message | Luca Deri | 2019-06-25 |
| | |||
* | WhatsApp improvements for video/audio detection | Luca Deri | 2019-06-25 |
| | |||
* | Merge pull request #723 from lance-wyvern/dev | Luca Deri | 2019-06-22 |
|\ | | | | | OICQ protocol version:0x371b | ||
| * | new QQ version:0x3823 | zhenxian.wang | 2019-06-19 |
| | | |||
| * | new QQ version | zhenxian.wang | 2019-06-18 |
| | | |||
* | | Merge pull request #717 from weiyanhua100/dev | Luca Deri | 2019-06-22 |
|\ \ | | | | | | | add null process for malloc. | ||
| * | | add null process for malloc. | weiyanhua | 2019-06-13 |
| | | | |||
* | | | Merge pull request #724 from themadprofessor/fix_dhcp_tests | Luca Deri | 2019-06-22 |
|\ \ \ | | | | | | | | | Fix tests broken by new DHCP fingerprinting | ||
| * | | | Add dhcp fingerprints to expected results | Stuart Reilly | 2019-06-19 |
| | | | | |||
* | | | | Further WhatsApp improvements | Luca Deri | 2019-06-21 |
| | | | |