Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Restored file selection as the wireshark bug seems to be fixed in 2.3.x ↵ | Luca Deri | 2017-05-17 |
| | | | | wireshark series | ||
* | Reworked flow structure handler | Luca Deri | 2017-05-17 |
| | |||
* | Added IPv6 support to Port Stats | berat | 2017-05-09 |
| | |||
* | Minor code cleanup | Luca Deri | 2017-05-01 |
| | |||
* | 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 |
| | |||
* | 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 |
| | |||
* | Added port stats when verbose mode (-v) is used | Luca Deri | 2017-04-19 |
| | |||
* | ndpiReader now prints (-v) the flows with the correct direction | Luca Deri | 2017-04-19 |
| | |||
* | Fixed thread crash caused by commit 29cd6ef9942188633b79b5c1fe62360f048a6450 | Luca | 2017-04-19 |
| | |||
* | Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap reader | Luca | 2017-04-17 |
| | |||
* | name correction for llc_snap header and minor fix | Campus | 2017-04-15 |
| | |||
* | fix segmentation fault caused by missing spanning tree check - add control ↵ | Campus | 2017-04-15 |
| | | | | for threads return values | ||
* | Initial wireshark integration via extcap interface | Luca Deri | 2017-04-14 |
| | |||
* | SSL server certificate is now detected | Luca Deri | 2017-03-21 |
| | |||
* | change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵ | Campus | 2017-03-15 |
| | | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name | ||
* | spelling: modified | Josh Soref | 2017-03-12 |
| | |||
* | spelling: interface | Josh Soref | 2017-03-12 |
| | |||
* | spelling: creating | Josh Soref | 2017-03-12 |
| | |||
* | fix and improved netflix detection by user-agent | Campus | 2017-02-22 |
| | |||
* | Improvements for exporting info in MDNS and UBNTAC2 protocols | Luca Deri | 2017-02-13 |
| | | | | Added test pcap file for UBNTAC2 | ||
* | Dissected SSH client/server versions and reported in data structures | Luca Deri | 2017-02-11 |
| | |||
* | Removed some magic numbers | Denis Volpato Martins | 2016-12-06 |
| | |||
* | Code cleanup. Added coveralls badge | Luca Deri | 2016-11-27 |
| | |||
* | ndiReader: fix ‘jObj_main/jArray_detProto’ may be used uninitialized in ↵ | Alexis La Goutte | 2016-11-22 |
| | | | | this function [-Werror=maybe-uninitialized] | ||
* | ndpiReader: fix unused function 'debug_printf' [-Wunused-function] | Alexis La Goutte | 2016-11-13 |
| | | | | Comment the function | ||
* | minor fix to keep same coherence of type used | Campus | 2016-10-30 |
| | |||
* | Fix for #249 (not sure is enough) | lucaderi | 2016-09-27 |
| | |||
* | fix snaplen for pcap_open_live function - optimal value is described here ↵ | Campus | 2016-09-26 |
| | | | | http://pcap.man.potaroo.net/ | ||
* | Removed false positives from CoAP protocol | Luca Deri | 2016-06-19 |
| | | | | | | | Improved DNS detection Added misisng default DropBox port Fix for #154 Added sample pcap of Tor traffic for regression testing | ||
* | Restored code harvested in | Luca Deri | 2016-06-07 |
| | | | | | | https://github.com/ntop/nDPI/commit/60e7e19dab72a37d57bc7854e702264e7d25886d#diff-0856ce19e6ed4e80946656d41f7edd65L135 DNS reply dissection can now be controlled by a preference as demonstrated in ndpiReader.c | ||
* | Enhanced fragments support in ndpiReader | Luca Deri | 2016-05-31 |
| | | | | Improved RX protocol dissection and removed port guess as it caused false positives. | ||
* | Moved to 1.8 release1.8 | Luca Deri | 2016-05-28 |
| | |||
* | Simplified nDPI initialization function | Luca Deri | 2016-05-08 |
| | |||
* | Added wrappers for substring-search | Luca Deri | 2016-05-07 |
| | | | | | | | | | | ndpi_init_automa() ndpi_free_automa() ndpi_add_string_to_automa() ndpi_finalize_automa() ndpi_match_string() set_ndpi_malloc() set_ndpi_free() | ||
* | rework some stuffs - added missing comments on functions | Campus | 2016-04-24 |
| | |||
* | Firxed warnings | Luca Deri | 2016-04-24 |
| | |||
* | Remove floating stack pointer causing segmentation fault | emanuele-f | 2016-04-20 |
| | |||
* | Integrate root flows free and little changes | emanuele-f | 2016-04-20 |
| | |||
* | Other util API stuff | emanuele-f | 2016-04-20 |
| | |||
* | Fix some issues | emanuele-f | 2016-04-19 |
| | |||
* | Move relevant functions to ndpi_util API module | emanuele-f | 2016-04-19 |
| | |||
* | Change confusing "ndpi_flow" structure name to "ndpi_flow_info" | emanuele-f | 2016-04-19 |
| | |||
* | Combined ASAN overflow detection and buffer modify | theirix | 2016-04-13 |
| | | | | Combined approach from pull request #172 and commit 6a63ea4. | ||
* | 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). | ||
* | Added check for alerting when nDPI modified packet payload (should not happen) | Luca Deri | 2016-04-04 |
| |