aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cql.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-18/+18
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-10-18Fix batch decoding in CQL packet dissectorMichael Penick1-14/+11
2018-09-26Use the time stamps in the packet_info structure, not the frame_data structure.Guy Harris1-2/+2
2018-03-17CQL: ensure that there is at least one column to display rowsPascal Quantin1-11/+13
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-07-21cql: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2017-07-18CQL: Fixes the dissector so PREPARE Results have the Query IDSimon Vans-Colina1-2/+4
2017-06-07CQL: add an expert info when a list count is negativePascal Quantin1-17/+41
2017-05-28cql: Dump row resultsBenoît Canet1-50/+649
2017-01-22CQL: Add support for prepared batch statementBenoît Canet1-2/+81
2016-10-18CQL: free buffer earlier in case of Snappy decompression failurePascal Quantin1-0/+2
2016-10-18CQL: add LZ4/Snappy decompression support on WindowsPascal Quantin1-2/+2
2016-10-17cql: add lz4 and snappy decompressionBenoît Canet1-18/+130
2016-10-14CQL: Enhance version dissectionAlexis La Goutte1-2/+35
2016-10-14CQL: Add support of version 4Alexis La Goutte1-5/+68
2016-10-14CQL: Enhance flags dissectionAlexis La Goutte1-12/+48
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2016-09-11CQL: rename code for don't only support v3Alexis La Goutte1-438/+438
2016-09-10CQL: fix indent modelinesAlexis La Goutte1-4/+4
2016-07-12packet-cql.c: Bugfix bitwise operation with parenthesis.Michael Mann1-1/+1
2016-06-01Make the modelines more like other ones.Guy Harris1-4/+4
2016-06-01Apache Cassandra CQL protocol v3.0Benoît Canet1-0/+1401