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