aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/git.c
Commit message (Collapse)AuthorAge
* 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
* 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()
* git: fix unused variable 'git_len' [-Wunused-variable]Alexis La Goutte2016-11-13
|
* Added check on payload len (#227)Luca Deri2016-07-12
|
* Fix for #225Luca Deri2016-07-05
|
* minor fixes - deleted useless part on git and quic protosCampus2016-06-24
|
* added git protocol dissector and pcap for testCampus2016-06-24