aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added ndpi_serialization_string_uint32Alfredo Cardigliano2019-07-16
|
* Line dissection improvementsLuca Deri2019-07-16
|
* Fixes #741Luca Deri2019-07-15
|
* Line fixLuca2019-07-15
|
* Lenght fixLuca2019-07-15
|
* Reworked outputLuca Deri2019-07-15
| | | | | -v 1 now prints only unknown flows -v 2 now prints all flows
* Remove Werroremanuele-f2019-07-15
|
* Added Line protocol dissectionLuca Deri2019-07-15
| | | | Add fix for discarding STUN over TCP flows
* Fixes #740Luca Deri2019-07-14
|
* JA3 format cleanupLuca Deri2019-07-13
|
* Merge pull request #734 from glpaparelli/devLuca Deri2019-07-13
|\ | | | | fixed the printing layout, even with IPv6
| * all fixedGiulio Paparelli2019-07-12
| |
* | Fixes #735Luca Deri2019-07-13
| |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-07-13
|\ \
| * \ Merge pull request #736 from themadprofessor/patch-1Luca Deri2019-07-13
| |\ \ | | | | | | | | Fix invalid function prototype
| | * | Fix invalid function prototypeStuart Reilly2019-07-12
| | |/ | | | | | | Solves a warning when compiling with strict-prototypes.
* | / Updated test resultss after export changesLuca Deri2019-07-13
|/ /
* | Merge pull request #737 from themadprofessor/devLuca Deri2019-07-13
|\ \ | | | | | | Add compiler warnings and fix them
| * | Solve remaining warningsStuart Reilly2019-07-12
| | |
| * | Merge branch 'dev' of github.com:themadprofessor/nDPI into githubStuart Reilly2019-07-12
| |\ \
| | * | Add compiler warnings and fix themStuart Reilly2019-07-12
| | | |
| * | | Add compiler warnings and fix themStuart Reilly2019-07-12
| | |/ | |/|
* / | initial work towards simple serilizer/deserialierLuca Deri2019-07-13
|/ /
* | Compilation fixLuca Deri2019-07-12
| |
* | Improved whatsapp dissectionLuca Deri2019-07-11
| |
* | Dissection improventsLuca Deri2019-07-11
| | | | | | | | | | Fixed QUIC dissection Disabled debug message
* | Fixed uninitialized variable that caused weird errorsLuca Deri2019-07-10
| |
* | Fix that caused nDPI to provide false positive results with pattern matchingLuca Deri2019-07-10
| |
* | TypoLuca Deri2019-07-03
| |
* | Improved protocol guessLuca Deri2019-07-02
| |
* | Remvoed debug infoLuca2019-07-02
| |
* | Various TLS improvementsLuca Deri2019-07-02
| |
* | SSL ciphers improvementsLuca Deri2019-07-01
| |
* | Fixed invalid changes in ndpi_get_proto_category() and ndpi_get_proto_name() ↵Luca Deri2019-07-01
| | | | | | | | dur to https://github.com/ntop/nDPI/pull/731/commits/4b717276614e20feada22e6fe29ea2099ba9fd37
* | Merge pull request #731 from themadprofessor/devLuca Deri2019-07-01
|\| | | | | Stability Fixes
| * Merge remote-tracking branch 'upstream' into devStuart Reilly2019-07-01
| |\ | |/ |/|
* | Minor changeLuca Deri2019-07-01
| |
* | Merge pull request #730 from hoermto/hoermto-patch-alpineLuca Deri2019-06-30
|\ \ | | | | | | Alpine linux: "ln -F" not supported in alpine
| * | Makefile: ln -F not supported in alpinehoermto2019-06-28
| | | | | | | | | removed -F option from makefile for alpine support. Actually not sure the relevance of -F flag for other OS
* | | Added DNSoverHTTPS detectionLuca Deri2019-06-30
| | |
* | | 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
| | |
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2019-06-29
|\ \ \
| * | | ntohl Portability fixesLuca Deri2019-06-29
| |/ /
* / / Initial implementation of datasaver protocol supportLuca Deri2019-06-29
|/ /
| * Fix missing bracesStuart Reilly2019-06-28
| |
| * Fix potential NULL dref in btlib.cStuart Reilly2019-06-28
| |
| * Fix two resource leaksStuart Reilly2019-06-28
| |
| * Move NULL checks to start of functionsStuart Reilly2019-06-28
| |
| * Fix potential NULL deref in libcacheStuart Reilly2019-06-28
| |