aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/quic.c
Commit message (Collapse)AuthorAge
...
* Changes in QUIC dissector to avoid miing QUIC with STUNLuca Deri2019-08-06
|
* Added QUIC 046 supportLuca Deri2019-07-18
|
* Dissection improventsLuca Deri2019-07-11
| | | | | Fixed QUIC dissection Disabled debug message
* ntohl Portability fixesLuca Deri2019-06-29
|
* The le32toh() function used in some places on BSD OSes require sys/endian.h ↵Guido Falsi2019-03-12
| | | | to be included.
* QUIC: convert little endian offsets to host endiannessLudovico Cavedon2019-01-15
| | | | | | | Offset in the QUIC protocol are little endian. Reading them as uint32_t works on little endian architectures, but breaks on big endian ones. This change applies the proper conversion and fixes running the http_ipv6 and quic tests on big endian architectures.
* Completed custom category implementationLuca Deri2018-08-16
|
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Added ndpi_set_detection_preferences() APi callLuca Deri2018-05-14
|
* added diameter protocol dissectorCampus2018-01-02
|
* 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()
* Fixed invalid QUIC header parsingLuca Deri2017-03-13
|
* QUIC: fix unused variable 'begin' [-Wunused-variable]Alexis La Goutte2016-11-13
|
* Fixed QUIC crashtheirix2016-08-07
|
* Added QUICK subprotocol supportLuca Deri2016-06-30
|
* minor fixes - deleted useless part on git and quic protosCampus2016-06-24
|
* QUIC: fix typoAlexis La Goutte2016-05-23
|
* QUIC: remove trailing whitespaceAlexis La Goutte2016-05-23
|
* Recodede QUIC from scratch to make it more robust and export SNI (server ↵Luca Deri2016-05-21
| | | | name) as with SSL/HTTP
* Fix QUICAndrea Buscarinu2016-05-17
|
* update test pcap due to modification of quic protocol - improved readability ↵Campus2016-05-12
| | | | of code
* enhance/refactor quic.cAndrea Buscarinu2016-05-11
|
* QUIC: Remove a wrong heuriticsAlexis La Goutte2016-05-10
| | | | There is always the QUIC version on first frame
* QUIC: Fix trailing whitespaceAlexis La Goutte2016-05-09
|
* QUIC: last version of QUIC is Q033Alexis La Goutte2016-04-29
| | | | Look Recent Changes by Version from QUIC Wire Layout Specification
* fixed upper/lower name and init_non_tcp_udp_dissectorMichele Campus2015-07-09
|
* Reworked protocol initialization. Work in progress (more cleanup is needed)Luca2015-07-08
|
* Split former protocol into upper and lower protocolLuca2015-07-01
|
* Removed commented codeLuca2015-07-01
| | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol()
* Merge pull request #1 from kYroL01/no_realMichele Campus2015-06-29
|\ | | | | No real
| * deleted protocol type (real-correlated)_1Michele Campus2015-06-29
| |
| * deleted protocol type (real-correlated)Michele Campus2015-06-29
| |
* | Added MPEG TS protocolLuca2015-06-25
|/ | | | | Fixed possible decoding loop in RTCP dissector Added test pcap for mpegts
* fix quic.cMichele Campus2015-06-24
|
* fix quic.cMichele Campus2015-06-24
|
* Reverted fix in quic.c as apparently it invalidates protocol detectionLuca2015-06-24
| | | | Added testing files for quickplay
* fix quic.c and add libtoolize option to autogen.shMichele Campus2015-06-20
|
* Improved testing applicationLuca Deri2015-05-22
| | | | | Removed warning from the quic dissector Travis now runs regression tests
* Update quic.cAndrea Buscarinu2015-05-21
| | | Fix warnings and 0xC2 mask
* Fixed warningLuca2015-05-20
|
* Added fix to harden quic detection and limit it to port 80/443 UDPLuca Deri2015-05-20
|
* Update quic.cAndrea Buscarinu2015-05-20
| | | Fix version mask and syntax errors
* Update quic.cAndrea Buscarinu2015-05-19
| | | Removed ports
* Update quic.cAndrea Buscarinu2015-05-19
| | | Added more SEQ and CID controls.
* Update quic.cAndrea Buscarinu2015-05-18
|
* Update quic.cAndrea Buscarinu2015-05-18
|
* Create quic.cAndrea Buscarinu2015-05-15