aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/rx.c
Commit message (Collapse)AuthorAge
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
| | | | | | | | | | | | | | | | Fix all the warnings. Getting rid of "-Wno-unused-parameter" is quite complex because some parameters usage depends on compilation variable (i.e. `--enable-debug-messages`). The "-Werror" flag has been added only in Travis builds to avoid breaking the builds to users using uncommon/untested OS/compiler/enviroment. Tested on: * x86_64; Ubuntu 20.04; gcc 7,8,9,10,11; clang 7,8,9,10,11,12 * x86_64; CentOS 7.7; gcc 4.8.5 (with "--disable-gcrypt" flag) * Raspberry 4; Debian 10.10; gcc 8.3.0
* (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