aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/starcraft.c
Commit message (Collapse)AuthorAge
* Fixed buffer overflows with safe str searchtheirix2016-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 cleanupLuca2015-07-21
|
* Cleaned up starcraft protocol codeLuca Deri2015-07-21
Fixed false-positive in Skype dissector