如何从网络包中获取TLS信息

在抓取到网络包之后,如何来获取TLS信息呢?比如使用的是什么加密套件呢?因为在应用层面,获取的错误信息非常简单:

An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The connection request has failed.

从远程客户端应用程序收到 TLS 1.2 连接请求,但服务器不支持客户端应用程序支持的任何密码套件。连接请求失败。

所以,我们如何从客户端抓取的网络包中分析出 TLS 所使用的 Cipher Suites 信息呢?

热门手游下载