summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-cql.c
AgeCommit message (Expand)AuthorFilesLines
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