Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed invalid ndpi_match_string_id() return code | Luca Deri | 2017-05-01 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2017-05-01 |
|\ | |||
| * | Result update | Luca Deri | 2017-05-01 |
| | | |||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2017-05-01 |
|\| | |||
| * | Updated results | Luca Deri | 2017-05-01 |
| | | |||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2017-05-01 |
|\| | |||
| * | Minor code cleanup | Luca Deri | 2017-05-01 |
| | | |||
| * | Merge pull request #370 from beratx/dev | Luca Deri | 2017-05-01 |
| |\ | | | | | | | Added IP Statistics to Port Stats | ||
| | * | fixed syntax for gcc compiler | berat | 2017-05-01 |
| | | | |||
| | * | Added IP Statistics to Port Stats | berat | 2017-05-01 |
| |/ | |||
| * | Added -m for splitting analysis in sub-analysis steps | Luca Deri | 2017-04-30 |
| | | |||
| * | Fixed warning | Luca Deri | 2017-04-29 |
| | | |||
| * | Improved SSL dissection | Luca | 2017-04-27 |
| | | |||
| * | Removed Napatech dependency | Luca Deri | 2017-04-27 |
| | | |||
| * | Improced extcap configuration window with sorted protocol list | Luca Deri | 2017-04-25 |
| | | | | | | | | Reported flow stats in Statistics -> nDPI menu | ||
| * | Extcap crash fix | Luca Deri | 2017-04-25 |
| | | |||
| * | Updated Wireshark lua dissector | Luca Deri | 2017-04-24 |
| | | | | | | | | | | Added -v to ndpiReader to print port stats Recomputed protocol test results | ||
| * | Initial Wireshark nDPI integration | Luca Deri | 2017-04-23 |
| | | |||
| * | updated tests pcap | Campus | 2017-04-21 |
| | | |||
| * | update bittorrent detection - fix https://github.com/ntop/nDPI/issues/362 | Campus | 2017-04-21 |
| | | |||
| * | fix for https://github.com/ntop/nDPI/issues/364 | Campus | 2017-04-20 |
| | | |||
| * | update flow thanks to commit a9c01ded174ed380a2d135cfb9b903f616b0e175 | Campus | 2017-04-20 |
| | | |||
| * | Added port stats when verbose mode (-v) is used | Luca Deri | 2017-04-19 |
| | | |||
| * | ndpiReader now prints (-v) the flows with the correct direction | Luca Deri | 2017-04-19 |
| | | |||
| * | Added DNScrypt test files | Luca | 2017-04-19 |
| | | |||
| * | Added DNScrypt detection | Luca | 2017-04-19 |
| | | |||
| * | Fixed thread crash caused by commit 29cd6ef9942188633b79b5c1fe62360f048a6450 | Luca | 2017-04-19 |
| | | |||
| * | Compilation fix for old compilers | Luca | 2017-04-18 |
| | | |||
| * | Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap reader | Luca | 2017-04-17 |
| | | |||
| * | improved wechat detection | Campus | 2017-04-15 |
| | | |||
| * | add initial detection for WeChat | Campus | 2017-04-15 |
| | | |||
| * | name correction for llc_snap header and minor fix | Campus | 2017-04-15 |
| | | |||
| * | fix segmentation fault caused by missing spanning tree check - add control ↵ | Campus | 2017-04-15 |
| | | | | | | | | for threads return values | ||
| * | Initial wireshark integration via extcap interface | Luca Deri | 2017-04-14 |
| | | |||
| * | Merge pull request #360 from jaspervandenberg/dev | Michele Campus | 2017-04-07 |
| |\ | | | | | | | unified HTTPDownload name with other HTTP protocols (as HTTP_Download) | ||
| | * | unified HTTPDownload name with other HTTP protocols (as HTTP_Download) for ↵ | Jasper van den Berg | 2017-04-07 |
| |/ | | | | | | | consistency | ||
| * | Added AMQP (Advanced Message Queueing Protocol) | Luca | 2017-04-07 |
| | | |||
| * | Improved Ookla protocol | Luca | 2017-04-04 |
| | | |||
| * | Replace BSD dependent strnstr with ndpi portable one | emanuele-f | 2017-04-02 |
| | | |||
| * | Added Ookla test pcap | Luca Deri | 2017-04-01 |
| | | | | | | | | Updated results | ||
| * | Added Ookla (SpeedTest) protocol detection | Luca Deri | 2017-04-01 |
| | | |||
* | | Added new API calls | Luca Deri | 2017-05-01 |
|/ | | | | | - ndpi_add_string_value_to_automa - ndpi_match_string_id | ||
* | Merge branch 'vpiserchia-set_memory_functions' into dev | Campus | 2017-03-29 |
|\ | |||
| * | Merge branch 'set_memory_functions' of https://github.com/vpiserchia/nDPI ↵ | Campus | 2017-03-29 |
|/| | | | | | | | into vpiserchia-set_memory_functions | ||
| * | Added ndpi_flow_ free/malloc and set_ functions: | Vito Piserchia | 2017-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 detected | Luca Deri | 2017-03-21 |
| | | |||
* | | Improved netbios name decoding | Luca Deri | 2017-03-19 |
| | | |||
* | | Exported ndpi_netbios_name_interpret() to all nDPI apps | Luca Deri | 2017-03-19 |
| | | |||
* | | Improved netbios dissection | Luca Deri | 2017-03-19 |
|/ | |||
* | minor fix for http | Campus | 2017-03-16 |
| |