aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* Added new ndpi_detection_giveup() API call to call before giving up for a ↵Luca Deri2016-03-04
| | | | | | given flow Code cleanup
* Reworked sockets supportLuca2016-02-29
| | | | Fixed TFTP support
* Removed VEOHTV protocol and replaced with HTTPDownloadLuca Deri2016-02-28
| | | | Fixed bug that prevented content type to be properly detected
* Fixed warningLuca Deri2016-02-27
| | | | Reworked protocol initialization
* Added ability to extract BitTorrent hash (and eventually peerId)Luca Deri2016-02-15
|
* added cloudflare service - minor fixes for test pcapCampus2016-02-14
|
* Added ndpi_automa_match_string_subprotocol callLuca2016-01-21
| | | | Fixed DNS dissector decoding bug
* Hardened DNS dissectorLuca Deri2016-01-06
|
* Merge pull request #132 from pavel-odintsov/devMichele Campus2015-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 Odintsov2015-12-28
| | | | | | | | Switch from unsigned long to size_t as allocation functions parameter.
* | added Office 365 URLs and IP address ranges (part 1)Campus2015-12-29
| |
* | wrote new dns dissector - deleted useless part of dns to slim data ↵Campus2015-12-29
|/ | | | structures used in nDPI and ntopng
* added OCS service and related pcap for testingCampus2015-12-24
|
* Win fixesLuca Deri2015-11-30
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2015-11-30
|\
| * reorganized header files - added ndpi_includes.hCampus2015-11-30
| |
* | Win fixesLuca Deri2015-11-30
|/
* Minor fixLuca Deri2015-11-27
|
* Removed warningLuca Deri2015-11-26
|
* Win32 compilation fixesLuca Deri2015-11-26
|
* fixes for packing datastructuresLuca Deri2015-11-26
|
* fixed missed library netinet/in.h under FreeBSDCampus2015-11-26
|
* Fixes #116, adds extra #ifndef to prevent redefinitionsSimone Mainardi2015-11-15
| | | | | Extra #ifndef directives are added to prevent possible redefinitions of __LITTLE_ENDIAN__ and __BIG_ENDIAN__
* Fix for CentOS6lucaderi2015-11-12
|
* Update ndpi_ethernet definitionLuca2015-11-12
|
* Removed legacy linux_compat.h fileLuca2015-11-12
| | | | Updated IPv6 address dump format
* Added missing prototypeLuca2015-11-12
|
* removed kernel support and #if 0sCampus2015-11-12
|
* other changes related to refactoring, including Makefile.am modificationsCampus2015-11-12
|
* deleted useless or not used functions and #ifdefCampus2015-11-10
|
* deleted useless headerCampus2015-11-09
|
* initial refactoring nDPI - typedef defined only in ndpi_typedef.hCampus2015-11-09
|
* Removed linux kernel supportLuca Deri2015-10-24
|
* Implemented MS Lync supportLuca Deri2015-10-22
|
* fixed BGP detection - added BGP pcap with Cisco hDLC and Cisco SLARPCampus2015-10-19
|
* added cisco hdlc datalink type - fix MPLS header - added BGP pcap with cisco ↵Campus2015-10-16
| | | | hdlc & MPLS header
* Simplified IPv6 typedefsLuca Deri2015-10-12
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2015-10-12
|\
| * Merge pull request #98 from Tomasu/devLuca Deri2015-10-06
| |\ | | | | | | Add Ubiquity AirControl 2 protocol detector
| | * add Ubiquity AirControl 2 protocol detectionThomas Fjellstrom2015-10-04
| | |
| * | added radio tap header identification for ieee802.11 packetsCampus2015-10-04
| |/
| * Remove duplicated function declarationsMarco Gigante2015-09-22
| |
| * Added HEP protocol detection support (sipcapture)Lorenzo Mangani2015-08-30
| |
| * Fixes #83. Critical fix: due to an invalid endianess conversion some ↵Luca Deri2015-08-26
| | | | | | | | protocol were not properly indetified
* | Changed to make sure IPv6 defines are properly definedLuca Deri2015-10-12
|/
* Fix warning when use -WdocumentationAlexis La Goutte2015-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]
* Initial work for supporting HotspotShield VPN detectionLuca Deri2015-08-13
|
* Added teredo protocol support. Fixed #74Luca Deri2015-08-07
|
* battle.net removedm.bracci2015-07-30
| | | | battle.net removed, fixed a typo
* Merge pull request #72 from pavel-odintsov/devLuca Deri2015-07-29
|\ | | | | Enhance NTP support, add protocol version identification; Add pcap ex…