WireShark version 3.0.1 with SQL Server 2014 - Login Part
Group
How would I capture the SQL Server login part using WireShark version 3.0.1, where the TDS protocol would not be displayed on the current screen, then I would not know how to display it on the main screen, seeing that within the Software I realized that it is there and it is enabled, I just wouldn't know how to configure it to make this protocol visible. Because I would be messing with WireShark, just recently. So any information or links would help me identify what was missing.
Why such an old Wireshark version?
Wireshark does dissect TDS traffic, are you running SQL server on the standard port, typically TCP/1433?
grahamb
grahamb
Bug 7622 - [Malformed Packet: TDS] DONE token breakout has wrong length
The TDS dissector needs to know what version it is working with. Right click the Tabular Data Stream line in the packet details. Select Protocol Preferences -> TDS Protocol Type and the proper version.
For the sample capture I changed it from Not Specified to TDS 7.1 but seems anything lower than that down to TDS 4.x got rid of the error.
Server 2008 has been EOL for a long time, the last version of Wireshark that was recommended for that OS was 2.2
As you have noted, for TDS you have to set the dissector preference to the correct protocol type.
Unfortunately I don't know how to determine the protocol type you are using and capturing, so trial and error with the preference setting seems to be the way forward.
grahamb
Thanks for pointing out the WireShark version as a point of reference.
Regarding the protocol version information, seeing that I would be using SQL Server and the 2014 version, where I would need to capture the SQL Server login part, to identify obsolete routines and that would be using login disabled or no longer current ( Login incorrect. ), then I believe that capturing by TDS Protocol ( Tabular Data Stream ) is the way, there in this part I see the version of my Operating System ( Windows Server 2008 R2 ) and my SQL Server 2014 version, what would be the recommended Protocol version as a starting point ?