aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Collapse)AuthorAge
...
* added diameter protocol dissectorCampus2018-01-02
|
* Merged categories network and network_tool (way too similar)Luca Deri2017-12-23
| | | | Replaced former network_tool category with streaming category
* Implemented GooglePlus support that replaced ancient Quake protocol now obsoleteLuca Deri2017-12-15
|
* Implements ndpi_get_category_idSimone Mainardi2017-12-11
|
* Simplified IPv6 datatypesLuca Deri2017-12-08
|
* Merge branch 'dev' into devMichele Campus2017-12-07
|\
| * Fixed invalid symbolic categoriesLuca Deri2017-12-05
| |
| * Compilation fixesLuca Deri2017-11-28
| |
| * Added dissector for protocol check_mkcymaniac2017-11-28
| |
| * Minor optimizationsLuca Deri2017-11-28
| |
| * STUN improvementsLuca Deri2017-11-23
| |
| * add ICQ (instant messaging client) detection - deleted unused skyfile protocolCampus2017-11-20
| |
| * Added YouTube Upload protocol (used the identified unused by ↵Luca Deri2017-11-19
| | | | | | | | NDPI_PROTOCOL_SKYFILE_PREPAID)
* | Refactoring the debugging output.Vitaly Lavrov2017-10-26
|/ | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO()
* Added ndpi_is_subprotocol_informative() API callLuca Deri2017-10-06
|
* Custom protocols are not set as application and no longer master protocolsLuca Deri2017-09-25
|
* Patch for giving prority in case of match to custom-defined protocolsLuca Deri2017-09-24
|
* Removed / from category names that can cause issues in applicationsLuca Deri2017-09-21
|
* Added ndpi_category_set_name() API callLuca Deri2017-09-19
|
* Reworked categoriesLuca Deri2017-09-15
|
* Reorganized protocol familiesLuca Deri2017-09-15
| | | | Added new API calls ndpi_set_proto_breed() and ndpi_set_proto_category() for overwriting nDPI protocol specifications
* Added custom 5 protocol categories to be used by applications. They are ↵Luca Deri2017-09-15
| | | | | | currently empty Added ndpi_is_custom_category() to check if a defined category is custom
* Added LISP protocol. By Huniya Arif (xFlowResearch)huniya arif, xflowResearch2017-09-14
|
* Added protocol LISP. By Huniya Arif xFlow Researchhuniya arif, xflowResearch2017-09-14
|
* Merge branch 'newfeature' of https://github.com/k0ste/nDPI into k0ste-newfeatureCampus2017-08-31
|\
| * Backported CSGO/DOTA2 protocol.Konstantin Shalygin2017-08-26
| |
* | Partial fix for #410: added case insensitive HTTP header checks.Luca2017-08-29
|/ | | | If the user will provide a pcap for reproducing further potential issues reported we will consider them
* Merge remote-tracking branch 'upstream/dev' into devPaulo Angelo2017-08-19
|\
| * Collapsed email send and receive categories in a new email categoryLuca Deri2017-08-17
| |
* | Respose status code after validation check.Paulo Angelo2017-08-19
|/
* Code formating and some improvements on HTTP (issue 434)Paulo Angelo2017-08-11
|
* final revision.Paulo Angelo2017-08-09
|
* few classification adjustsPaulo Angelo2017-08-09
|
* Improved TeamViewer supportLuca2017-07-29
|
* ndpi_main.c: fix unused variable 'rc' [-Werror,-Wunused-variable]Alexis La Goutte2017-07-28
|
* Merge branch 'dev' into ssl-certificate-fixMichele Campus2017-07-27
|\
| * Fixed TINC bug (cache usage)Luca Deri2017-07-27
| | | | | | | | | | | | Merged MS Lync with Skype (Microsoft renamed MS Lync in Skype for Business) Renumbered Nintendo protocols in former MS Lync that was no longer used Fix for #425
| * Implemented support for Nintendo (switch) gaming protocolLuca Deri2017-07-26
| |
| * Removed reference to ndpi_init_placeholder_proto() that is no longer necessaryLuca2017-07-25
| |
* | Implementation for extra packet processing if desiredMicah Lyle2017-07-17
|/
* Removes invalid char in SOME/IP proto nameSimone Mainardi2017-06-27
|
* added fix protocol https://github.com/ntop/nDPI/issues/372Campus2017-06-27
|
* removed debug prints, changed line of documentationYoni.Linder2017-06-14
|
* ndpi someip initial version with hardcoded port enforcingYoni.Linder2017-06-14
|
* Improved AppleStore detectionLuca Deri2017-06-13
| | | | Modified string search matching to match the longest match (and not the first one)
* Adding AppleStore and PlayStore (work in progress)Luca Deri2017-06-13
|
* updated resultsCampus2017-06-09
|
* fixed 1kxun application protocol to avoid false positive in udp detectionCampus2017-06-09
|
* added GoogleDrive detectionCampus2017-06-07
|
* Added tinc protocol detectionWilliam Guglielmo2017-05-29
|