Wireshark-commits: [Wireshark-commits] master b438656: Update TDS dissector to latest version of pr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Oct 2015 06:08:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b4386568ed49e103e3e3247cd5cadc9e2cbd7e75
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b438656 by Nathan Cole (nath@xxxxxxxxxxxxxxxxxxxxxx):

    Update TDS dissector to latest version of protocol.
    
    Dissector updated to recognise and dissect up to TDS 7.4. Most response tokens
    now fully parsed and registered, allowing for much more granular filtering and
    output. Virtually all TDS datatypes now parsed and presented in human readable
    format.
    
    Version dependent decisions now default to TDS 7.2 in the absence of
    version information in the data, making successful dissection more likely.
    
    Bug: 11603
    Change-Id: Iabaa35c74b104d56eda7e043302d14e99cb7aa06
    Reviewed-on: https://code.wireshark.org/review/11100
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  82ec0bb   Require libgcrypt 1.4.2, add cmake version detection
    adds  b438656   Update TDS dissector to latest version of protocol.


Summary of changes:
 epan/dissectors/packet-tds.c | 5992 +++++++++++++++++++++++++++++-------------
 1 file changed, 4145 insertions(+), 1847 deletions(-)