Wireshark-commits: [Wireshark-commits] master ce991ec: TDS: Improve dissection of TDS5 tokenized re
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Mar 2018 09:12:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce991ecb7da78b23926ed9767af6464783e57ba1
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ce991ec by Craig Jackson (cejackson51@xxxxxxxxx):

    TDS: Improve dissection of TDS5 tokenized requests.
    
    Add dissection of more tokens in the TDS5 tokenized request packet. These include RPC calls and parameterized language calls. The majority of the remaining tokens are associated with cursors. Cursors are a large enough problem to merit a separate patch.
    
    Change-Id: I5bdf33cd167178c2bc6027a5434740d70ef50744
    Reviewed-on: https://code.wireshark.org/review/26455
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1915ce6   CMake: Skip some header checks on Windows.
    adds  ce991ec   TDS: Improve dissection of TDS5 tokenized requests.


Summary of changes:
 epan/dissectors/packet-tds.c | 2966 ++++++++++++++++++++++++------------------
 1 file changed, 1735 insertions(+), 1231 deletions(-)