aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_content_match.c.inc
Commit message (Collapse)AuthorAge
...
* improved whatsapp and wechat detection by new ip-rangesCampus2017-06-09
|
* added GoogleDrive detectionCampus2017-06-07
|
* improved spotify detectionCampus2017-06-02
|
* Snapchat is now detected as sociaal networkLuca2017-05-30
|
* updateCampus2017-05-25
|
* update Snapchat detectionCampus2017-05-17
|
* update bittorrent detection - fix https://github.com/ntop/nDPI/issues/362Campus2017-04-21
|
* Added DNScrypt detectionLuca2017-04-19
|
* improved wechat detectionCampus2017-04-15
|
* add initial detection for WeChatCampus2017-04-15
|
* Improved Ookla protocolLuca2017-04-04
|
* change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵Campus2017-03-15
| | | | detection deleting parts that detect host name and ip addr (duplicate behaviour) - improved any detection after fix - added skype host name
* Minor changes for tracking Youtube contentLuca Deri2017-03-13
| | | | Added test pcap for working on quic/youtube dissector
* ndpi_content_match: Add origin routes for many services.Konstantin Shalygin2017-02-20
|
* improved skype detectionCampus2017-02-16
|
* update Netflix ip-range listCampus2017-02-16
|
* Improved whatsapp detectionLuca Deri2017-01-31
|
* Fixed issues caused by (invalid) protocol renumbering. The problem has been ↵Luca Deri2017-01-31
| | | | solved and now protocols are in sync with its previous values in the stable version
* Add Valve AS routes and domain names for better Steam detection.Konstantin Shalygin2016-12-14
|
* improved steam detectionCampus2016-12-13
|
* Removed "yp" element from "ndpi_en_impossible_bigrams" structure because tor ↵valentina2016-12-11
| | | | was detected instead of ssl (paypal).
* updated facebook detection (continue) by ip server rangesCampus2016-11-22
|
* update facebook detection (2) for ↵Campus2016-11-21
| | | | https://github.com/ntop/nDPI/issues/300#issuecomment-261977387
* update facebook detectionCampus2016-11-21
|
* added iqiyi media service and updated ppsetream protocol - added 1kxun media ↵Campus2016-11-20
| | | | service
* Update and merge Twitter networksDenis Volpato Martins2016-11-17
|
* updated host matching servicesCampus2016-11-15
|
* Updated Twitter networksLuca Deri2016-11-15
|
* Add Github servicemkfsn2016-11-12
|
* added iflix serviceCampus2016-10-24
|
* Added new functions defined in #279 for exporiting them in shared libsLuca Deri2016-10-23
| | | | | Disabked some search dissectors from Office365 Fixed warning
* Merge pull request #279 from emanuele-f/categoryLuca Deri2016-10-23
|\ | | | | Add protocol category ids
| * Add protocol category idsemanuele-f2016-10-22
| |
* | added skype ip-address server name rangeCampus2016-10-20
|/
* added adobe flash host name - fix twitter and netflix detection - removed ↵Campus2016-09-24
| | | | twitter dissector (useless have a dissector that looking for ip range; moved matching in ndpi_content_match.c.inc)
* deleted meebo dissector (service not availlable anymore) - change Weibo ↵Campus2016-09-24
| | | | subservice name to Sina service (more correct)
* Fix facebook certificate recognitionemanuele-f2016-09-06
|
* update Skype ip address rangeCampus2016-08-27
|
* update Skype and MS_OneDrive range IP addressCampus2016-08-27
|
* Add Hotmail serviceemanuele-f2016-08-22
|
* fix Slack service domains without A DNS RRs and fix slack-imgs.com accessDenis Volpato Martins2016-08-12
|
* added Slack serviceDenis Volpato Martins2016-08-12
|
* added new Youtube server name to improve detectionCampus2016-08-11
|
* Harvested some unused protocolsLuca Deri2016-07-20
|
* Added 1e100.net to GoogleLuca Deri2016-06-12
|
* Improved bigram detection (used by Tor)Luca Deri2016-05-31
|
* added new fb detection - remove old bittorrent functions - fix rx warningCampus2016-05-24
|
* added OpenDNS serviceCampus2016-05-17
|
* added Weibo service and pcap testCampus2016-05-13
|
* Added wrappers for substring-searchLuca Deri2016-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()