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] rev 44684: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 27 Aug 2012 11:47:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44684

User: pascal
Date: 2012/08/27 04:47 AM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7622 :
 Fix dissection of a few TDS fields (line number in ERR and MSG token, user type in RESULTS token, row count in DONE token) when the TDS version is >= 7.2.
 Add a mechanism to memorize the TDS 7.X version in the conversation based on the TDS version found in LOGIN ACK token. This version is used for dissection when a TDS version is not set in preferences (TDS protocol type set to "not specified").

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +105 -39   packet-tds.c    Modified