Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | minor fix for http | Campus | 2017-03-16 |
| | |||
* | Warning fix | Luca Deri | 2017-03-15 |
| | |||
* | deleted useless function - change macro name | Campus | 2017-03-15 |
| | |||
* | change behaviour for https://github.com/ntop/nDPI/issues/344 - fix skype ↵ | Campus | 2017-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/spelling | Michele Campus | 2017-03-13 |
|\ | | | | | Spelling fixes | ||
| * | spelling: values | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: unknown | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: unencrypted | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: switch | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: structure | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: soulseek | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: second | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: scrupulous | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: remove | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: protocol | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: pedantic | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: optimization | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: ninety | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: length | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: interface | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: initialize | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: incomplete | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: five | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: excluding | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: exclude | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: discarded | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: delivered | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: datastructure | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: conservative | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: associated | Josh Soref | 2017-03-09 |
| | | |||
| * | spelling: address | Josh Soref | 2017-03-09 |
| | | |||
* | | Fixed invalid QUIC header parsing | Luca Deri | 2017-03-13 |
| | | |||
* | | Minor changes for tracking Youtube content | Luca Deri | 2017-03-13 |
|/ | | | | Added test pcap for working on quic/youtube dissector | ||
* | Improved BJNP protocol | Luca Deri | 2017-03-07 |
| | |||
* | Fixed invalid SNMP detection | Luca Deri | 2017-03-07 |
| | |||
* | better improvement of netflix traffic detection - added netflix pcap and ↵ | Campus | 2017-03-05 |
| | | | | output - change little bit http detection behaviour | ||
* | Fixed bug that can lkead to a crash in iqiyi dissector | Luca Deri | 2017-02-25 |
| | |||
* | fix and improved netflix detection by user-agent | Campus | 2017-02-22 |
| | |||
* | ndpi_content_match: Add origin routes for many services. | Konstantin Shalygin | 2017-02-20 |
| | |||
* | improved skype detection | Campus | 2017-02-16 |
| | |||
* | update Netflix ip-range list | Campus | 2017-02-16 |
| | |||
* | minor fix mgcp dissector | Campus | 2017-02-14 |
| | |||
* | fix dhcp buffer overflow | Campus | 2017-02-13 |
| | |||
* | Improvements for exporting info in MDNS and UBNTAC2 protocols | Luca Deri | 2017-02-13 |
| | | | | Added test pcap file for UBNTAC2 | ||
* | Refined guess that does not happen for protocols that have been excluded | Luca Deri | 2017-02-12 |
| | |||
* | Dissected SSH client/server versions and reported in data structures | Luca Deri | 2017-02-11 |
| | |||
* | ndpi_main(.c): fix unused function 'tor_ptree_match' [-Werror,-Wunused-function] | Alexis La Goutte | 2017-02-04 |
| | |||
* | Renumbered ids that were changed by mistake | Luca Deri | 2017-02-01 |
| | | | | | | MQTT (NOW 208, latest stable version 222) RX ( NOW 209, latest stable version 223) OPENDNS ( NOW 197, latest stable version 225 ). | ||
* | Improved whatsapp detection | Luca Deri | 2017-01-31 |
| |