Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Minor starcraft/WoW code cleanup | Luca | 2015-07-21 |
| | |||
* | Cleaned up starcraft protocol code | Luca Deri | 2015-07-21 |
Fixed false-positive in Skype dissector |