aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Collapse)AuthorAge
* 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)
* 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
|
* Check pointer for NULL before dereferencingPavlos Antoniou2017-05-18
|
* use correct subscripts when checking IP array in ndpi_main.cPavlos Antoniou2017-05-18
|
* Fixed invalid ndpi_match_string_id() return codeLuca Deri2017-05-01
|
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2017-05-01
|\
| * update bittorrent detection - fix https://github.com/ntop/nDPI/issues/362Campus2017-04-21
| |
| * Added DNScrypt detectionLuca2017-04-19
| |
| * add initial detection for WeChatCampus2017-04-15
| |