aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/rx.c
Commit message (Collapse)AuthorAge
* (C) UpdateLuca Deri2021-01-07
|
* Fix some compilation warningsNardi Ivan2020-04-20
|
* Updated (C)Luca Deri2020-01-05
|
* Adedd DTLS check in STUNLuca Deri2019-09-21
| | | | Uodated (C)
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Inital hyperscan workLuca Deri2018-01-24
|
* 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()
* spelling: protocolJosh Soref2017-03-12
|
* rx: fix unused variable 'found' [-Wunused-variable]Alexis La Goutte2016-11-13
|
* Enhanced fragments support in ndpiReaderLuca Deri2016-05-31
| | | | Improved RX protocol dissection and removed port guess as it caused false positives.
* Compilation fix due t pack/unpackLuca Deri2016-05-30
|
* added new fb detection - remove old bittorrent functions - fix rx warningCampus2016-05-24
|
* RX: fix indentAlexis La Goutte2016-05-23
|
* fixed rx protocol for better logic conditionsCampus2016-04-26
|
* fix missing conditional andCampus2016-04-26
|
* fixed and improved rx protocol detection - there was error on detection when ↵Campus2016-04-26
| | | | -d option was enabled
* Add file license.Giovanni Mascellani2016-04-15
|
* Support RX protocol (used by AFS).Giovanni Mascellani2016-04-15