Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Added HEAD for homebrew. | David Manouchehri | 2017-05-19 | |
|/ / | ||||
* | | Merge pull request #383 from pavlosantoniou/dev | Michele Campus | 2017-05-18 | |
|\ \ | | | | | | | Remove unused variable and clarify operator precedence in ndpi_util.c | |||
| * | | Remove unused variable and clarify operator precedence in ndpi_util.c | Pavlos Antoniou | 2017-05-18 | |
|/ / | ||||
* | | Merge pull request #382 from pavlosantoniou/dev | Michele Campus | 2017-05-18 | |
|\ \ | | | | | | | Remove redundant check from btlib.c | |||
| * | | Remove redundant check from btlib.c | Pavlos Antoniou | 2017-05-18 | |
|/ / | ||||
* | | Merge branch 'pavlosantoniou-dev' into dev | Campus | 2017-05-18 | |
|\ \ | ||||
| * | | Check pointer for NULL before dereferencing | Pavlos Antoniou | 2017-05-18 | |
|/ / | ||||
* | | Merge pull request #380 from pavlosantoniou/dev | Michele Campus | 2017-05-18 | |
|\ \ | | | | | | | Use correct subscripts when checking IP array in ndpi_main.c | |||
| * | | use correct subscripts when checking IP array in ndpi_main.c | Pavlos Antoniou | 2017-05-18 | |
|/ / | ||||
* | | Restored file selection as the wireshark bug seems to be fixed in 2.3.x ↵ | Luca Deri | 2017-05-17 | |
| | | | | | | | | wireshark series | |||
* | | update Snapchat detection | Campus | 2017-05-17 | |
| | | ||||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Campus | 2017-05-17 | |
|\ \ | ||||
| * | | Typo | Luca | 2017-05-17 | |
| | | | ||||
| * | | Updated tests instruction | Luca | 2017-05-17 | |
| | | | ||||
* | | | Merge branch 'pavlosantoniou-dev' into dev | Campus | 2017-05-17 | |
|\ \ \ | |/ / |/| | | ||||
| * | | Fix buffer overflows in http.c | Pavlos Antoniou | 2017-05-17 | |
|/ / | ||||
* | | Updated results are ndpiReader output has been modified | Luca Deri | 2017-05-17 | |
| | | ||||
* | | Reworked flow structure handler | Luca Deri | 2017-05-17 | |
| | | ||||
* | | Changlogs for the forthcoming release | Simone Mainardi | 2017-05-12 | |
| | | ||||
* | | Merge branch 'alexei-argus-example_caplen_fix' into dev | Campus | 2017-05-11 | |
|\ \ | ||||
| * | | Merge branch 'example_caplen_fix' of https://github.com/alexei-argus/nDPI ↵ | Campus | 2017-05-11 | |
|/| | | | | | | | | | | | into alexei-argus-example_caplen_fix | |||
| * | | Fix out-of-bounds heap read caused by using header->len instead of ↵ | alexei-argus | 2017-05-10 | |
| | | | | | | | | | | | | header->caplen (as provided in pcap_loop) | |||
* | | | delete check for old protocol | Campus | 2017-05-11 | |
|/ / | ||||
* | | Results update | Campus | 2017-05-09 | |
| | | ||||
* | | Merge branch 'beratx-dev' into dev | Campus | 2017-05-09 | |
|\ \ | ||||
| * | | Added IPv6 support to Port Stats | berat | 2017-05-09 | |
|/ / | ||||
* | | Added missing direction update with non TCP-UDP protocols | Luca | 2017-05-08 | |
| | | ||||
* | | fix for https://github.com/ntop/nDPI/issues/371 | Campus | 2017-05-02 | |
| | | ||||
* | | Fixed invalid ndpi_match_string_id() return code | Luca Deri | 2017-05-01 | |
| | | ||||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2017-05-01 | |
|\ \ | ||||
| * | | Result update | Luca Deri | 2017-05-01 | |
| | | | ||||
* | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2017-05-01 | |
|\| | | ||||
| * | | Updated results | Luca Deri | 2017-05-01 | |
| | | | ||||
* | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2017-05-01 | |
|\| | | ||||
| * | | Minor code cleanup | Luca Deri | 2017-05-01 | |
| | | | ||||
| * | | Merge pull request #370 from beratx/dev | Luca Deri | 2017-05-01 | |
| |\ \ | | | | | | | | | Added IP Statistics to Port Stats | |||
| | * | | fixed syntax for gcc compiler | berat | 2017-05-01 | |
| | | | | ||||
| | * | | Added IP Statistics to Port Stats | berat | 2017-05-01 | |
| |/ / | ||||
| * | | Added -m for splitting analysis in sub-analysis steps | Luca Deri | 2017-04-30 | |
| | | | ||||
| * | | Fixed warning | Luca Deri | 2017-04-29 | |
| | | | ||||
| * | | Improved SSL dissection | Luca | 2017-04-27 | |
| | | | ||||
| * | | Removed Napatech dependency | Luca Deri | 2017-04-27 | |
| | | | ||||
| * | | Improced extcap configuration window with sorted protocol list | Luca Deri | 2017-04-25 | |
| | | | | | | | | | | | | Reported flow stats in Statistics -> nDPI menu | |||
| * | | Extcap crash fix | Luca Deri | 2017-04-25 | |
| | | | ||||
| * | | Updated Wireshark lua dissector | Luca Deri | 2017-04-24 | |
| | | | | | | | | | | | | | | | Added -v to ndpiReader to print port stats Recomputed protocol test results | |||
| * | | Initial Wireshark nDPI integration | Luca Deri | 2017-04-23 | |
| | | | ||||
| * | | updated tests pcap | Campus | 2017-04-21 | |
| | | | ||||
| * | | update bittorrent detection - fix https://github.com/ntop/nDPI/issues/362 | Campus | 2017-04-21 | |
| | | | ||||
| * | | fix for https://github.com/ntop/nDPI/issues/364 | Campus | 2017-04-20 | |
| | | | ||||
| * | | update flow thanks to commit a9c01ded174ed380a2d135cfb9b903f616b0e175 | Campus | 2017-04-20 | |
| | | |