Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | add new detection of Viber (service) | Campus | 2016-03-15 | |
| | | ||||
* | | rework API (part 1) - minor fixes functions | Campus | 2016-03-14 | |
| | | ||||
* | | added check_punycode_string for issue https://github.com/ntop/nDPI/issues/157 | Campus | 2016-03-10 | |
| | | ||||
* | | added support for MS_OneDrive service | Campus | 2016-03-08 | |
| | | ||||
* | | Added new ndpi_detection_giveup() API call to call before giving up for a ↵ | Luca Deri | 2016-03-04 | |
| | | | | | | | | | | | | given flow Code cleanup | |||
* | | Reworked sockets support | Luca | 2016-02-29 | |
| | | | | | | | | Fixed TFTP support | |||
* | | Removed VEOHTV protocol and replaced with HTTPDownload | Luca Deri | 2016-02-28 | |
| | | | | | | | | Fixed bug that prevented content type to be properly detected | |||
* | | Fixed warning | Luca Deri | 2016-02-27 | |
| | | | | | | | | Reworked protocol initialization | |||
* | | Added ability to extract BitTorrent hash (and eventually peerId) | Luca Deri | 2016-02-15 | |
| | | ||||
* | | added cloudflare service - minor fixes for test pcap | Campus | 2016-02-14 | |
|/ | ||||
* | Added ndpi_automa_match_string_subprotocol call | Luca | 2016-01-21 | |
| | | | | Fixed DNS dissector decoding bug | |||
* | Hardened DNS dissector | Luca Deri | 2016-01-06 | |
| | ||||
* | Merge pull request #132 from pavel-odintsov/dev | Michele Campus | 2015-12-31 | |
|\ | | | | | Made ndpi memory allocator type compatible with C++ on x686 platforms | |||
| * | Made ndpi memory allocator type compatible with C++ on x686 platforms. ↵ | Pavel Odintsov | 2015-12-28 | |
| | | | | | | | | Switch from unsigned long to size_t as allocation functions parameter. | |||
* | | added Office 365 URLs and IP address ranges (part 1) | Campus | 2015-12-29 | |
| | | ||||
* | | wrote new dns dissector - deleted useless part of dns to slim data ↵ | Campus | 2015-12-29 | |
|/ | | | | structures used in nDPI and ntopng | |||
* | added OCS service and related pcap for testing | Campus | 2015-12-24 | |
| | ||||
* | Win fixes | Luca Deri | 2015-11-30 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2015-11-30 | |
|\ | ||||
| * | reorganized header files - added ndpi_includes.h | Campus | 2015-11-30 | |
| | | ||||
* | | Win fixes | Luca Deri | 2015-11-30 | |
|/ | ||||
* | Minor fix | Luca Deri | 2015-11-27 | |
| | ||||
* | Removed warning | Luca Deri | 2015-11-26 | |
| | ||||
* | Win32 compilation fixes | Luca Deri | 2015-11-26 | |
| | ||||
* | fixes for packing datastructures | Luca Deri | 2015-11-26 | |
| | ||||
* | fixed missed library netinet/in.h under FreeBSD | Campus | 2015-11-26 | |
| | ||||
* | Fixes #116, adds extra #ifndef to prevent redefinitions | Simone Mainardi | 2015-11-15 | |
| | | | | | Extra #ifndef directives are added to prevent possible redefinitions of __LITTLE_ENDIAN__ and __BIG_ENDIAN__ | |||
* | Fix for CentOS6 | lucaderi | 2015-11-12 | |
| | ||||
* | Update ndpi_ethernet definition | Luca | 2015-11-12 | |
| | ||||
* | Removed legacy linux_compat.h file | Luca | 2015-11-12 | |
| | | | | Updated IPv6 address dump format | |||
* | Added missing prototype | Luca | 2015-11-12 | |
| | ||||
* | removed kernel support and #if 0s | Campus | 2015-11-12 | |
| | ||||
* | other changes related to refactoring, including Makefile.am modifications | Campus | 2015-11-12 | |
| | ||||
* | deleted useless or not used functions and #ifdef | Campus | 2015-11-10 | |
| | ||||
* | deleted useless header | Campus | 2015-11-09 | |
| | ||||
* | initial refactoring nDPI - typedef defined only in ndpi_typedef.h | Campus | 2015-11-09 | |
| | ||||
* | Removed linux kernel support | Luca Deri | 2015-10-24 | |
| | ||||
* | Implemented MS Lync support | Luca Deri | 2015-10-22 | |
| | ||||
* | fixed BGP detection - added BGP pcap with Cisco hDLC and Cisco SLARP | Campus | 2015-10-19 | |
| | ||||
* | added cisco hdlc datalink type - fix MPLS header - added BGP pcap with cisco ↵ | Campus | 2015-10-16 | |
| | | | | hdlc & MPLS header | |||
* | Simplified IPv6 typedefs | Luca Deri | 2015-10-12 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2015-10-12 | |
|\ | ||||
| * | Merge pull request #98 from Tomasu/dev | Luca Deri | 2015-10-06 | |
| |\ | | | | | | | Add Ubiquity AirControl 2 protocol detector | |||
| | * | add Ubiquity AirControl 2 protocol detection | Thomas Fjellstrom | 2015-10-04 | |
| | | | ||||
| * | | added radio tap header identification for ieee802.11 packets | Campus | 2015-10-04 | |
| |/ | ||||
| * | Remove duplicated function declarations | Marco Gigante | 2015-09-22 | |
| | | ||||
| * | Added HEP protocol detection support (sipcapture) | Lorenzo Mangani | 2015-08-30 | |
| | | ||||
| * | Fixes #83. Critical fix: due to an invalid endianess conversion some ↵ | Luca Deri | 2015-08-26 | |
| | | | | | | | | protocol were not properly indetified | |||
* | | Changed to make sure IPv6 defines are properly defined | Luca Deri | 2015-10-12 | |
|/ | ||||
* | Fix warning when use -Wdocumentation | Alexis La Goutte | 2015-08-18 | |
| | | | | | | | | | src/include/ndpi_api.h:73:13: error: parameter 'ndpi_malloc' not found in the function declaration [-Werror,-Wdocumentation] src/include/ndpi_api.h:91:13: error: parameter 'cache' not found in the function declaration [-Werror,-Wdocumentation] src/include/ndpi_api.h:92:13: error: parameter 'cache' not found in the function declaration [-Werror,-Wdocumentation] ndpiReader.c:152:22: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] ndpiReader.c:153:36: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] ndpiReader.c:156:39: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] |