Wireshark-commits: [Wireshark-commits] master 69a2585: Apache Cassandra CQL protocol v3.0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 1 Jun 2016 06:38:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=69a258514762405ce06ea5f65b7e8671743b65a1
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

69a2585 by Benoît Canet (benoit@xxxxxxxxxxxx):

    Apache Cassandra CQL protocol v3.0
    
    Change-Id: I74cddcce3104da269e9587ee78ff29785734188f
    Reviewed-on: https://code.wireshark.org/review/12479
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  acc018b   Allow create_tempfile to support a suffix.
    adds  69a2585   Apache Cassandra CQL protocol v3.0


Summary of changes:
 AUTHORS.src                     |    2 +
 docbook/release-notes.asciidoc  |    1 +
 epan/dissectors/.editorconfig   |    4 +
 epan/dissectors/CMakeLists.txt  |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-cql.c    | 1401 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 1410 insertions(+)
 create mode 100644 epan/dissectors/packet-cql.c