Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Decoupled fuzzy and unit tests | Alfredo Cardigliano | 2020-10-12 |
| | |||
* | Added risks for checking | Luca Deri | 2020-09-21 |
| | | | | | - invalid DNS traffic (probably carrying exfiltrated data) - TLS traffic with no SNI extension | ||
* | Exclude sanitizer on unit tests involving json-c due to a bug in the lib | Alfredo Cardigliano | 2020-09-21 |
| | |||
* | Add unit tests to travis. Move ndpi serializer tests to unit tests. | Alfredo Cardigliano | 2020-09-21 |
| | |||
* | Added new check for detecting suspicious (too long) names | Luca Deri | 2020-08-21 |
| | |||
* | Fixed CodeInspector issues. | Toni Uhlig | 2020-07-05 |
| | | | | | | | | | * Added compiler search list for AC_PROG_CC, AM_PROG_CC_C_O, AC_PROG_CXX, AC_PROG_CC_STDC for Mac OS X only The list rendered the AX_CHECK_COMPILE_FLAG([-fsanitize=fuzzer]) useless as it did use clang for AX_CHECK_COMPILE_FLAG but gcc during the compile process. Seems broken somehow. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions. | Toni Uhlig | 2020-06-29 |
| | | | | | | | ./tests/do.sh can supports SMP/MT via environment variables. Removed -fno-sanitize=shift as well, was fixed by 317d3ffd. Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus ↵ | Toni Uhlig | 2020-06-27 |
| | | | | | | *.pcap files from ./tests/pcap Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | make tests/do.sh directory agnostic | Toni Uhlig | 2020-06-19 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add basic support for some ip-in-ip tunnels | Nardi Ivan | 2020-04-23 |
| | | | | | | | | Add support for 4in4, 6in6 and 4in6 encapsulations Add support for ipv6 traffic in gtp tunnels, too To allow gtp unit test, gtp detunneling flag has been globally enabled in the test suite | ||
* | Adds fuzz targets build and run to travis | Philippe Antoine | 2020-01-22 |
| | | | | Build comes with the different sanitizers | ||
* | Code cleanup | Luca Deri | 2019-10-02 |
| | |||
* | Add categories test PCAP | emanuele-f | 2019-09-27 |
| | |||
* | Reworked output | Luca Deri | 2019-07-15 |
| | | | | | -v 1 now prints only unknown flows -v 2 now prints all flows | ||
* | Improved skype, teredo, netbios heuristics | Luca Deri | 2018-11-21 |
| | | | | Changed ndpi_detection_giveup() API: guess is now part of the call | ||
* | fix wrong datalink type for Cisco PPP | Campus | 2017-07-29 |
| | |||
* | Added protos.txt to the list of tests | Luca | 2016-09-28 |
| | |||
* | Enhance NTP support, add protocol version identification; Add pcap examples ↵ | Pavel Odintsov | 2015-07-29 |
| | | | | for NTPv2, NTPv3, NTPv4; Fix bug with identification of NTP monlist packets as QUIC | ||
* | Added support for Twitch detection | Luca Deri | 2015-06-15 |
| | | | | Minor cosmetic fix in test tool | ||
* | Fixed bug that caused configure to generate GIT version information ↵ | Luca | 2015-06-04 |
| | | | | | | | containing spaces Modified ndpiReader to include flow details in dumps (used for testing) Rebuilt all test results to include flow details | ||
* | Improved testing application | Luca Deri | 2015-05-22 |
| | | | | | Removed warning from the quic dissector Travis now runs regression tests | ||
* | Added fix to harden quic detection and limit it to port 80/443 UDP | Luca Deri | 2015-05-20 |
| | |||
* | Added ability to run automatic tests (initial version) | Luca Deri | 2015-05-14 |