aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/coap.c
Commit message (Collapse)AuthorAge
* Fixed false positive with FTP_DATA protocolLuca2019-04-05
| | | | | Added coherency in application protol guess by exploiting the host server name Various protocol optimizations
* Warnign fixesLuca Deri2019-01-17
| | | | Updated test results
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Refactoring the debugging output.Vitaly Lavrov2017-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 portAlexis La Goutte2016-11-12
| | | | Found via Clang Analyzer (Used d_port variable)
* Removed false positives from CoAP protocolLuca Deri2016-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 ↵Campus2016-03-29
| | | | dropbox
* Minor changes to a commentSorin Zamfir2016-03-19
|
* Functional dissector. Guestimative.Sorin Zamfir2016-02-11
|
* First running example. No actual low-level detection.Sorin Zamfir2016-02-08
| | | | | | | | * logging is now running * included example capture * included example log * skeleton for coap detection
* First skeleton for Coap dissector.Sorin Zamfir2016-02-07