Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added the ability to detect when a known protocol is using a non-standard port | Luca Deri | 2020-05-10 |
| | | | | Added check to spot executables exchanged via HTTP | ||
* | Remove decimals in test results for IAT, packet lengths and goodput ratio | emanuele-f | 2020-02-14 |
| | |||
* | Improved DNS response decoding | Luca Deri | 2020-02-04 |
| | | | | The first decoded address is now reported by ndpiReader | ||
* | Updated results | Luca Deri | 2019-11-21 |
| | |||
* | Initial work towards HTTP content-type export | Luca | 2019-10-31 |
| | |||
* | Added telnet dissector | Luca | 2019-10-29 |
| | | | | Improved data report | ||
* | Improved HTTP reporting in ndpiReader | Luca Deri | 2019-10-25 |
| | |||
* | Major cleanup | Luca Deri | 2019-10-24 |
| | | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything | ||
* | Manual merge of pull #769 | Luca Deri | 2019-10-02 |
| | |||
* | Added URL in results | Luca Deri | 2019-10-01 |
| | |||
* | Improved category handlign in subprotocols | Luca Deri | 2019-09-27 |
| | | | | | Further DNS dissection fixes Fixed WeChat invalid category | ||
* | Improves IAT calculation | Luca | 2019-09-24 |
| | |||
* | Added -C to generate CSV analysis files | Luca | 2019-09-03 |
| | | | | Improved IAT and byte distribution | ||
* | Average calculation fix | Luca | 2019-08-29 |
| | |||
* | Compilation fix on systems without JSON-C | Luca Deri | 2019-08-29 |
| | |||
* | Uodated results | Luca | 2019-08-29 |
| | |||
* | Added entropy, average, stddev, variance, bytes ratio calculation | Luca | 2019-08-28 |
| | |||
* | Various TLS/STUN improvememnts | Luca | 2019-08-08 |
| | |||
* | Implemented DTLS support | Luca | 2019-08-08 |
| | | | | Renamed ssl to tls | ||
* | Added -e option to ndpiReader for searchign human readeable strings lenght | Luca Deri | 2019-07-24 |
| | | | | Default human readeable strings lenght is not 5 chars (used to be 8) | ||
* | Refresh after data leak detection | Luca Deri | 2019-07-18 |
| | |||
* | Tests result fix | Luca | 2019-04-05 |
| | | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | ||
* | Warnign fixes | Luca Deri | 2019-01-17 |
| | | | | Updated test results | ||
* | Improved heuristics | Luca | 2018-11-29 |
| | | | | Used the host guessed protocol if upper protocol has not been detected | ||
* | Added missing categorization when giveup/guess is called | Luca | 2018-08-30 |
| | | | | | Added optimization for TCP flows that do not start with a SYN packet: early giveup is performed Code cleanup | ||
* | Updated results based on the new output format | Luca | 2018-07-21 |
| | |||
* | Updated test resuls | Luca Deri | 2018-05-18 |
| | |||
* | Updated test results | Luca Deri | 2018-05-14 |
| | |||
* | A more predictable sorting of the flows list. | Vitaly Lavrov | 2017-09-29 |
| | | | | It is necessary for correct testing. | ||
* | update results | Campus | 2017-08-09 |
| | |||
* | Implemented flow sort based on total bytes so that we can (with -v X) ↵ | Luca | 2017-08-02 |
| | | | | immediately spot elephants and mice | ||
* | update results after modifications | Campus | 2017-05-26 |
| | |||
* | Updated results are ndpiReader output has been modified | Luca Deri | 2017-05-17 |
| | |||
* | Results update | Campus | 2017-05-09 |
| | |||
* | Result update | Luca Deri | 2017-05-01 |
| | |||
* | Updated results | Luca Deri | 2017-05-01 |
| | |||
* | Improved SSL dissection | Luca | 2017-04-27 |
| | |||
* | Updated Wireshark lua dissector | Luca Deri | 2017-04-24 |
| | | | | | Added -v to ndpiReader to print port stats Recomputed protocol test results | ||
* | update flow thanks to commit a9c01ded174ed380a2d135cfb9b903f616b0e175 | Campus | 2017-04-20 |
| | |||
* | unified HTTPDownload name with other HTTP protocols (as HTTP_Download) for ↵ | Jasper van den Berg | 2017-04-07 |
| | | | | consistency | ||
* | update detection and tests | Campus | 2017-02-20 |
| | |||
* | Fixed issues caused by (invalid) protocol renumbering. The problem has been ↵ | Luca Deri | 2017-01-31 |
| | | | | solved and now protocols are in sync with its previous values in the stable version | ||
* | Added fixes to properly honour subprotocols | Luca | 2016-11-26 |
| | |||
* | update test results after new services added | Campus | 2016-11-12 |
| | |||
* | Implemented #228 | Luca Deri | 2016-07-20 |
| | |||
* | update test pcap due to modification of quic protocol - improved readability ↵ | Campus | 2016-05-12 |
| | | | | of code | ||
* | QUIC: Remove a wrong heuritics | Alexis La Goutte | 2016-05-10 |
| | | | | There is always the QUIC version on first frame | ||
* | QUIC: fix test suite after typo change | Alexis La Goutte | 2016-05-03 |
| | |||
* | add new detection of Viber (service) | Campus | 2016-03-15 |
| | |||
* | Reworked sockets support | Luca | 2016-02-29 |
| | | | | Fixed TFTP support |