Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix test suite | Alexis La Goutte | 2016-05-03 |
| | | | | there is some change with IPv6 Address... | ||
* | QUIC: fix test suite after typo change | Alexis La Goutte | 2016-05-03 |
| | |||
* | Merge pull request #184 from alagoutte/QUIC | Luca Deri | 2016-04-29 |
|\ | | | | | Enhance QUIC support | ||
| * | QUIC: fix typo the protocol name is QUIC (and not Quic) | Alexis La Goutte | 2016-04-29 |
| | | |||
| * | QUIC: last version of QUIC is Q033 | Alexis La Goutte | 2016-04-29 |
|/ | | | | Look Recent Changes by Version from QUIC Wire Layout Specification | ||
* | fixed rx protocol for better logic conditions | Campus | 2016-04-26 |
| | |||
* | fix missing conditional and | Campus | 2016-04-26 |
| | |||
* | minor fix makefile | Campus | 2016-04-26 |
| | |||
* | fixed and improved rx protocol detection - there was error on detection when ↵ | Campus | 2016-04-26 |
| | | | | -d option was enabled | ||
* | rework some stuffs - added missing comments on functions | Campus | 2016-04-24 |
| | |||
* | Reworked ↵ | Luca Deri | 2016-04-24 |
| | | | | https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core | ||
* | Added #include <sys/types.h> | Luca Deri | 2016-04-24 |
| | | | | https://github.com/voidlinux/void-packages/blob/master/srcpkgs/ndpi/patches/types.patch | ||
* | Firxed warnings | Luca Deri | 2016-04-24 |
| | |||
* | Merge pull request #180 from emanuele-f/dev | Luca Deri | 2016-04-24 |
|\ | | | | | High level API and ndpiReader simplification | ||
| * | Remove floating stack pointer causing segmentation fault | emanuele-f | 2016-04-20 |
| | | |||
| * | Integrate root flows free and little changes | emanuele-f | 2016-04-20 |
| | | |||
| * | Fix inline travis complaining | emanuele-f | 2016-04-20 |
| | | |||
| * | Other util API stuff | emanuele-f | 2016-04-20 |
| | | |||
| * | Use calloc to force 0 initialization | emanuele-f | 2016-04-20 |
| | | |||
| * | Fix some issues | emanuele-f | 2016-04-19 |
| | | |||
| * | Add header stuff | emanuele-f | 2016-04-19 |
| | | |||
| * | Move relevant functions to ndpi_util API module | emanuele-f | 2016-04-19 |
| | | |||
| * | add malloc wrapper TODO | emanuele-f | 2016-04-19 |
| | | |||
| * | Change confusing "ndpi_flow" structure name to "ndpi_flow_info" | emanuele-f | 2016-04-19 |
| | | |||
* | | Code hardening for #181 | Luca Deri | 2016-04-21 |
|/ | |||
* | Merge pull request #177 from giomasce/dev | Michele Campus | 2016-04-16 |
|\ | | | | | Support RX protocol (used by AFS). | ||
| * | Add file license. | Giovanni Mascellani | 2016-04-15 |
| | | |||
| * | Add RX testcase. | Giovanni Mascellani | 2016-04-15 |
| | | |||
| * | Support RX protocol (used by AFS). | Giovanni Mascellani | 2016-04-15 |
|/ | |||
* | Merge pull request #175 from theirix/reader-asan-2 | Michele Campus | 2016-04-13 |
|\ | | | | | Combined ASAN overflow detection and buffer modify | ||
| * | Combined ASAN overflow detection and buffer modify | theirix | 2016-04-13 |
|/ | | | | Combined approach from pull request #172 and commit 6a63ea4. | ||
* | Merge pull request #173 from theirix/buffer-overflows | Michele Campus | 2016-04-12 |
|\ | | | | | Fixed multiple buffer overflows | ||
| * | Fixed oscar buffer overflow | theirix | 2016-04-12 |
| | | |||
| * | Fixed more buffer overflows with small packets | theirix | 2016-04-12 |
| | | |||
| * | 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. | ||
* | | Merge pull request #172 from theirix/reader-asan | Luca Deri | 2016-04-12 |
|\ \ | |/ |/| | Allocate exact-size buffer with address sanitizer | ||
| * | Allocate exact-size buffer with address sanitizer | theirix | 2016-04-12 |
|/ | | | | | | Allows address sanitizer to detect buffer overflow by using special packet buffer when compiled with address sanitizer support (autodetected clang and gcc). | ||
* | Removed some Tor false positives (more work necessary) | Luca Deri | 2016-04-06 |
| | |||
* | Added check for alerting when nDPI modified packet payload (should not happen) | Luca Deri | 2016-04-04 |
| | |||
* | fix for test pcap and output | Campus | 2016-04-04 |
| | |||
* | Merge pull request #170 from srzamfir/dev | Michele Campus | 2016-04-04 |
|\ | | | | | Mqtt dissector fix | ||
| * | Included test result for CoAP and Mqtt. | Sorin Zamfir | 2016-04-03 |
| | | |||
| * | Merge remote-tracking branch 'upstream/dev' into dev | Sorin Zamfir | 2016-04-03 |
| |\ | |||
| * | | Fixed false positives on skype and KakaoTalk. Tests run smooth now. | Sorin Zamfir | 2016-04-03 |
| | | | |||
| * | | Solved invalid detection on tests. Needs further work to detect one of the ↵ | Sorin Zamfir | 2016-04-03 |
| | | | | | | | | | | | | | | | | | | flows. Please enter the commit message for your changes. Lines starting | ||
* | | | fixed wrong dropbox detection | Campus | 2016-04-04 |
| | | | |||
* | | | Merge pull request #169 from theirix/build-json-c | Michele Campus | 2016-04-03 |
|\ \ \ | |_|/ |/| | | Improved autogen.sh, json-c search | ||
| * | | Improved detection of json-c package. | theirix | 2016-04-01 |
| | | | | | | | | | | | | | | | | | | | | | - Improved detection code for json-c package to use pkg-config with custom search path that includes /usr/local - Added optional option --disable-json-c to disable json-c package for reducing runtime dependencies. | ||
| * | | Call configure with args from autogen | theirix | 2016-04-01 |
|/ / | |||
* | | improved Microsoft detection (minor fix) | Campus | 2016-04-01 |
| | |