How can I decode SQL Server traffic with wireshark?

后端 未结 4 1559
离开以前
离开以前 2020-12-29 06:28

I can capture the packets using wireshark, but I can\'t decode the stream into anything intelligible. This bug suggests that maybe this isn\'t possible in SQL Server 2005 o

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 06:53

    Wireshark decodes and shows you captured data when understand the protocol (and layer). That means the captured data isn't encripted. If the data is encripted (SSL, ie), WS will only show SSL handshakes and raw data.

提交回复
热议问题