Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove redundant check from btlib.c | Pavlos Antoniou | 2017-05-18 |
| | |||
* | Fix buffer overflows in http.c | Pavlos Antoniou | 2017-05-17 |
| | |||
* | delete check for old protocol | Campus | 2017-05-11 |
| | |||
* | Fixed warning | Luca Deri | 2017-04-29 |
| | |||
* | Added AMQP (Advanced Message Queueing Protocol) | Luca | 2017-04-07 |
| | |||
* | Replace BSD dependent strnstr with ndpi portable one | emanuele-f | 2017-04-02 |
| | |||
* | Added Ookla (SpeedTest) protocol detection | Luca Deri | 2017-04-01 |
| | |||
* | 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 |
| | |||
* | 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: 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: ninety | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: length | 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: conservative | Josh Soref | 2017-03-12 |
| | | |||
| * | spelling: address | Josh Soref | 2017-03-09 |
| | | |||
* | | Fixed invalid QUIC header parsing | Luca Deri | 2017-03-13 |
|/ | |||
* | 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 |
| | |||
* | improved skype detection | 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 |
| | |||
* | Improved HTTP subprotocol matching | Luca Deri | 2017-01-31 |
| | |||
* | Optimized code to avoid multiple calls to ndpi_network_ptree_match() | Luca Deri | 2017-01-31 |
| | | | | HTTP-based subprotocols have not HTTP set as master_protocols | ||
* | Fixed issues caused by (invalid) protocol renumbering. The problem has been ↵ | Luca Deri | 2017-01-31 |
| | | | | solved and now protocols are in sync with its previous values in the stable version | ||
* | Update smpp.c | dillinger79 | 2017-01-18 |
| | |||
* | SMPP: fix comparison of unsigned expression >= 0 is always true ↵ | Alexis La Goutte | 2016-12-29 |
| | | | | [-Werror,-Wtautological-compare] |