Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | spelling: modified | Josh Soref | 2017-03-12 | |
| | ||||
* | spelling: interface | Josh Soref | 2017-03-12 | |
| | ||||
* | spelling: googlesyndication | Josh Soref | 2017-03-12 | |
| | ||||
* | spelling: creating | Josh Soref | 2017-03-12 | |
| | ||||
* | fix and improved netflix detection by user-agent | Campus | 2017-02-22 | |
| | ||||
* | added double tagging 802.1Q in dissection of vlan pkt | Campus | 2017-02-21 | |
| | ||||
* | Merge branch 'dev-numeronove-openbsd' of https://github.com/numeronove/nDPI ↵ | Campus | 2017-02-13 | |
|\ | | | | | | | into numeronove-dev-numeronove-openbsd | |||
| * | Easing OpenBSD build | Numeronove | 2017-02-11 | |
| | | | | | | | | | | | | | | | | | | | | Addedd macro AM_PROG_CC_C_O in configure.ac, needed to have autogen.sh manage the error: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac' Modified case instance in example/ndpi_util.c, since DLT_LINUX_SLL isn't defined in OpenBSD pcap.h. | |||
* | | 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 | |
|/ | ||||
* | Fix for FreeBSD build | Simone Mainardi | 2017-02-04 | |
| | ||||
* | Removed some magic numbers | Denis Volpato Martins | 2016-12-06 | |
| | ||||
* | Added missing -ldl library | Luca Deri | 2016-12-05 | |
| | ||||
* | added comment to function process_packet | Campus | 2016-12-02 | |
| | ||||
* | added prototype of function packet_processing | Campus | 2016-12-02 | |
| | ||||
* | Disabled coverage (work in progress) | Luca Deri | 2016-11-27 | |
| | ||||
* | Coverage (work in progress) | Luca Deri | 2016-11-27 | |
| | ||||
* | Code cleanup. Added coveralls badge | Luca Deri | 2016-11-27 | |
| | ||||
* | Added fixes to properly honour subprotocols | Luca | 2016-11-26 | |
| | ||||
* | Merge branch 'dev_libdl' of https://github.com/mgigante/nDPI into ↵ | Campus | 2016-11-24 | |
|\ | | | | | | | mgigante-dev_libdl | |||
| * | Checking for libdl vs. libc during configure | Marco Gigante | 2016-11-23 | |
| | | ||||
* | | fix initialization of struct ndpi_flow_info *flow | Campus | 2016-11-22 | |
| | | ||||
* | | ndiReader: fix ‘jObj_main/jArray_detProto’ may be used uninitialized in ↵ | Alexis La Goutte | 2016-11-22 | |
|/ | | | | this function [-Werror=maybe-uninitialized] | |||
* | ndpi_util: fix ‘type/ip_offset’ may be used uninitialized in this ↵ | Alexis La Goutte | 2016-11-13 | |
| | | | | function [-Werror=maybe-uninitialized] | |||
* | ndpi_util: unused variable 'nDPI_traceLevel' [-Wunused-const-variable] | Alexis La Goutte | 2016-11-13 | |
| | ||||
* | ndpi_util: fix unused variable 'ip6_offset/ethernet_2/llc_off/cdp/slarp' ↵ | Alexis La Goutte | 2016-11-13 | |
| | | | | [-Wunused-variable] | |||
* | ndpiReader: fix unused function 'debug_printf' [-Wunused-function] | Alexis La Goutte | 2016-11-13 | |
| | | | | Comment the function | |||
* | Prevent Segfault when building with -DNDPI_ENABLE_DEBUG_MESSAGES | Vito Piserchia | 2016-11-03 | |
| | ||||
* | Added -ldl needed by PF_RING | Luca Deri | 2016-11-02 | |
| | ||||
* | minor fix to keep same coherence of type used | Campus | 2016-10-30 | |
| | ||||
* | fixed some dissector for logic or syntax | Campus | 2016-10-07 | |
| | ||||
* | 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/ | |||
* | Fixed dist build | theirix | 2016-08-13 | |
| | ||||
* | fixed invalid termination with ipv6 address | Campus | 2016-08-09 | |
| | ||||
* | Added fix to avoid IPv6 formatting differences across platforms | Luca | 2016-07-12 | |
| | ||||
* | 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 | |
| | ||||
* | ndpi_util.c: fix The right operand of '+' is a garbage value | Alexis La Goutte | 2016-05-24 | |
| | ||||
* | ndpi_util: Value stored to 'fcs' is never read | Alexis La Goutte | 2016-05-23 | |
| | ||||
* | ndpi_util: replace if / else by switch/case | Alexis La Goutte | 2016-05-23 | |
| | | | | | | | Fix also The left operand of '==' is a garbage value Value stored to 'slarp' is never read Value stored to 'cdp' is never read | |||
* | Fix missing break | Alexis La Goutte | 2016-05-23 | |
| | ||||
* | Simplified ndpi_exit_detection_module() | Luca Deri | 2016-05-08 | |
| | ||||
* | 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 | |
| | ||||
* | Reworked ↵ | Luca Deri | 2016-04-24 | |
| | | | | https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core | |||
* | Firxed warnings | Luca Deri | 2016-04-24 | |
| |