Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring the debugging output. | Vitaly Lavrov | 2017-10-26 |
| | | | | | | | | | | | | | | levels of debug output: 0 - ERROR: Only for errors. 1 - TRACE: Start of each packets and if found protocol. 2 - DEBUG: Start of searching each protocol and excluding protocols. 3 - DEBUG_EXTRA: For all other messages. Added field ndpi_struct->debug_logging for enable debug output of each protocols. Simple macros for debugging output are added: NDPI_LOG_ERR(), NDPI_LOG_INFO(), NDPI_LOG_DBG(), NDPI_LOG_DBG2(), NDPI_EXCLUDE_PROTO() | ||
* | COAP: fix typo about checking twice source port | Alexis La Goutte | 2016-11-12 |
| | | | | Found via Clang Analyzer (Used d_port variable) | ||
* | Removed false positives from CoAP protocol | Luca Deri | 2016-06-19 |
| | | | | | | | Improved DNS detection Added misisng default DropBox port Fix for #154 Added sample pcap of Tor traffic for regression testing | ||
* | fixed coap.c and dropbox.c after detecting wrong detection - added test for ↵ | Campus | 2016-03-29 |
| | | | | dropbox | ||
* | Minor changes to a comment | Sorin Zamfir | 2016-03-19 |
| | |||
* | Functional dissector. Guestimative. | Sorin Zamfir | 2016-02-11 |
| | |||
* | First running example. No actual low-level detection. | Sorin Zamfir | 2016-02-08 |
| | | | | | | | | * logging is now running * included example capture * included example log * skeleton for coap detection | ||
* | First skeleton for Coap dissector. | Sorin Zamfir | 2016-02-07 |