Wireshark-commits: [Wireshark-commits] master b8051bb: Fix batch decoding in CQL packet dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Oct 2018 04:49:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8051bb7697c5545df15dcc792eded092de9b81e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b8051bb by Michael Penick (penick@xxxxxxxxx):

    Fix batch decoding in CQL packet dissector
    
    Batch sub-query values were being incorrectly decoded for non-prepared
    (kind = 0) queries.
    
    Change-Id: I89ee1ab9c298c2d09a09ee3ed7a8b837e7c3c5b2
    Reviewed-on: https://code.wireshark.org/review/30236
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7ca5dba   added new OPC UA 1.04 AttributesId
     add  b8051bb   Fix batch decoding in CQL packet dissector


Summary of changes:
 epan/dissectors/packet-cql.c | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)