Wireshark-commits: [Wireshark-commits] master-2.0 90ace83: Update TDS dissector to latest version o

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

Commits:

90ace83 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>
    (cherry picked from commit b4386568ed49e103e3e3247cd5cadc9e2cbd7e75)
    Reviewed-on: https://code.wireshark.org/review/11168
    

Actions performed:

    from  a02cb40   Require libgcrypt 1.4.2, add cmake version detection
    adds  90ace83   Update TDS dissector to latest version of protocol.


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