Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 89fce95: TDS: Handle TDS 5.0 MSG token.

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

Commits:

89fce95 by Craig Jackson (cejackson51@xxxxxxxxx):

    TDS: Handle TDS 5.0 MSG token.
    
    Add support for the TDS_MSG token, used in TDS 5.0.
    This requires support for TDS_PARAMS and TDS_PARAMFMT
    tokens in the response stream as well as the request
    stream. Add support for the TDS 5.0 LONGBINARY type.
    
    Change-Id: I49b70f8b03881767283fcc41610517a08ee7c4e7
    Reviewed-on: https://code.wireshark.org/review/29160
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c18459e   Fix extcap initialization deadlock
     add  89fce95   TDS: Handle TDS 5.0 MSG token.


Summary of changes:
 epan/dissectors/packet-tds.c | 108 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 100 insertions(+), 8 deletions(-)