Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add protocol category ids | emanuele-f | 2016-10-22 |
| | |||
* | Added ndpi_get_proto_by_name() for mapping protocolIDs to protocol names | Luca Deri | 2016-07-25 |
| | | | | Added a new parameter to ndpi_guess_protocol_id() to indicate if the guessed protocol has been set by the user through a custom protocols file | ||
* | rework some stuffs - added missing comments on functions | Campus | 2016-04-24 |
| | |||
* | Fixed buffer overflows with safe str search | theirix | 2016-04-12 |
| | | | | | | | | | | | | 1. Detected a lot of memory errors using address sanitizer and ndpi-scapy tool. 2. Added ndpi_match_prefix function that compares strings with taking care of payload packet len. Almost drop-in replacement for match_first_bytes function. 3. Replaced unsafe match_first_bytes usage with a ndpi_match_prefix and additional length checks. | ||
* | reorganized header files - added ndpi_includes.h | Campus | 2015-11-30 |
| | |||
* | Win32 compilation fixes | Luca Deri | 2015-11-26 |
| | |||
* | fixed missed library netinet/in.h under FreeBSD | Campus | 2015-11-26 |
| | |||
* | deleted useless or not used functions and #ifdef | Campus | 2015-11-10 |
| | |||
* | initial refactoring nDPI - typedef defined only in ndpi_typedef.h | Campus | 2015-11-09 |
| | |||
* | Removed linux kernel support | Luca Deri | 2015-10-24 |
| | |||
* | Remove duplicated function declarations | Marco Gigante | 2015-09-22 |
| | |||
* | Introduced ndpi_protocol datatype to handle master+subprotocol | Luca | 2015-07-07 |
| | | | | | | Reworked protocol/master_protocol Added new API call to print protocol/master_protocol - ndpi_protocol2name() | ||
* | Split former protocol into upper and lower protocol | Luca | 2015-07-01 |
| | |||
* | Removed commented code | Luca | 2015-07-01 |
| | | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol() | ||
* | deleted protocol type (real-correlated) | Michele Campus | 2015-06-29 |
| | |||
* | Initial import from SVN | Luca Deri | 2015-04-19 |