Apache Cassandra CQL protocol v3.0

Change-Id: I74cddcce3104da269e9587ee78ff29785734188f
Reviewed-on: https://code.wireshark.org/review/12479
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Benoît Canet 2016-05-22 13:41:59 +00:00 committed by Alexis La Goutte
parent acc018b8d1
commit 69a2585147
6 changed files with 1410 additions and 0 deletions

View File

@ -3922,6 +3922,8 @@ Robert Long <rlong[AT]sandia.gov>
James Lynch <lynch007[AT]gmail.com>
Chidambaram Arunachalam <carunach[AT]cisco.com>
João Valverde <joao.valverde[AT]tecnico.ulisboa.pt>
Benoît Canet <benoit@scylladb.com>
Acknowledgements
------------

View File

@ -77,6 +77,7 @@ ISO 8583-1
Bluetooth Pseudoheader for BR/EDR
Edge Control Protocol (ECP)
Bachmann bluecom Protocol
Apache Cassandra - CQL version 3.0
// Items in --sort-and-group-- blocks will be sorted and comma-separated.
--sort-and-group--

View File

@ -388,6 +388,10 @@ indent_size = 2
[packet-cpha.[ch]]
indent_size = 2
[packet-cql.[ch]]
indent_style = tab
indent_size = tab
[packet-csn1.[ch]]
indent_size = 2

View File

@ -444,6 +444,7 @@ set(DISSECTOR_SRC
packet-cp2179.c
packet-cpfi.c
packet-cpha.c
packet-cql.c
packet-csm-encaps.c
packet-csn1.c
packet-ctdb.c

View File

@ -427,6 +427,7 @@ DISSECTOR_SRC = \
packet-cp2179.c \
packet-cpfi.c \
packet-cpha.c \
packet-cql.c \
packet-csm-encaps.c \
packet-csn1.c \
packet-ctdb.c \

1401
epan/dissectors/packet-cql.c Normal file

File diff suppressed because it is too large Load Diff