Wireshark-commits: [Wireshark-commits] master 818b58d: TDS: Improve dissection of TDS5 responses.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 08:19:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=818b58da97d55af5fe0a0d7de72518f865730f20
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

818b58d by Craig Jackson (cejackson51@xxxxxxxxx):

    TDS: Improve dissection of TDS5 responses.
    
    Add dissection of the TDS5 packets for transmitting column information
    (ROWFMT, ROWFMT2) and extended error messages.
    
    Change-Id: Ib85c91b7ea007ce8bdc602bf6b607ab7a5cf1be5
    Reviewed-on: https://code.wireshark.org/review/25855
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1f95d39   rawshark(.c): fix parameter 'phdr' not found in the function declaration [-Wdocumentation]
    adds  818b58d   TDS: Improve dissection of TDS5 responses.


Summary of changes:
 epan/dissectors/packet-tds.c | 685 ++++++++++++++++++++++++++++++++++++-------
 1 file changed, 581 insertions(+), 104 deletions(-)