aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* updateCampus2017-05-25
|
* Remove redundant check from btlib.cPavlos Antoniou2017-05-18
|
* Check pointer for NULL before dereferencingPavlos Antoniou2017-05-18
|
* use correct subscripts when checking IP array in ndpi_main.cPavlos Antoniou2017-05-18
|
* update Snapchat detectionCampus2017-05-17
|
* Fix buffer overflows in http.cPavlos Antoniou2017-05-17
|
* delete check for old protocolCampus2017-05-11
|
* fix for https://github.com/ntop/nDPI/issues/371Campus2017-05-02
|
* 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
|\
| * Fixed warningLuca Deri2017-04-29
| |
| * 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
| |
| * name correction for llc_snap header and minor fixCampus2017-04-15
| |
| * unified HTTPDownload name with other HTTP protocols (as HTTP_Download) for ↵Jasper van den Berg2017-04-07
| | | | | | | | consistency
| * Added AMQP (Advanced Message Queueing Protocol)Luca2017-04-07
| |
| * Improved Ookla protocolLuca2017-04-04
| |
| * Replace BSD dependent strnstr with ndpi portable oneemanuele-f2017-04-02
| |
| * Added Ookla (SpeedTest) protocol detectionLuca Deri2017-04-01
| |
* | Added new API callsLuca Deri2017-05-01
|/ | | | | - ndpi_add_string_value_to_automa - ndpi_match_string_id
* Merge branch 'set_memory_functions' of https://github.com/vpiserchia/nDPI ↵Campus2017-03-29
|\ | | | | | | into vpiserchia-set_memory_functions
| * Added ndpi_flow_ free/malloc and set_ functions:Vito Piserchia2017-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ideally these two new functions will provide more flexibility in regards of application that want to use specific allocation approaches, for example storage queues for this structures from where the application can pop and release the data it needs. Semantically they can be set up as the other ndpi_malloc and ndpi_free functions, that is via the set_ndpi_flow_malloc and set_ndpi_flow_free. In case a NULL parameter is passed to the above functions the old approach will be used, that means that the ndpi_malloc will be used as the ndpi_flow_malloc function and ndpi_free_flow as the ndpi_flow_free one. Application that use the old functions will be not affected by this change, and the ndpi_free_flow can be deprecated in the future and made private.
* | SSL server certificate is now detectedLuca Deri2017-03-21
| |
* | Improved netbios name decodingLuca Deri2017-03-19
| |
* | Exported ndpi_netbios_name_interpret() to all nDPI appsLuca Deri2017-03-19
| |
* | Improved netbios dissectionLuca Deri2017-03-19
|/
* minor fix for httpCampus2017-03-16
|
* Warning fixLuca Deri2017-03-15
|
* deleted useless function - change macro nameCampus2017-03-15
|
* 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
* Merge pull request #348 from jsoref/spellingMichele Campus2017-03-13
|\ | | | | Spelling fixes
| * spelling: valuesJosh Soref2017-03-12
| |
| * spelling: unknownJosh Soref2017-03-12
| |
| * spelling: unencryptedJosh Soref2017-03-12
| |
| * spelling: switchJosh Soref2017-03-12
| |
| * spelling: structureJosh Soref2017-03-12
| |
| * spelling: soulseekJosh Soref2017-03-12
| |
| * spelling: secondJosh Soref2017-03-12
| |
| * spelling: scrupulousJosh Soref2017-03-12
| |
| * spelling: resetJosh Soref2017-03-12
| |
| * spelling: removeJosh Soref2017-03-12
| |
| * spelling: protocolJosh Soref2017-03-12
| |
| * spelling: pedanticJosh Soref2017-03-12
| |
| * spelling: optimizationJosh Soref2017-03-12
| |
| * spelling: ninetyJosh Soref2017-03-12
| |
| * spelling: lengthJosh Soref2017-03-12
| |
| * spelling: interfaceJosh Soref2017-03-12
| |
| * spelling: initializeJosh Soref2017-03-12
| |