How to decode the Netconf messages captured by Wireshark?

My Netconf client communicates with a Confd Netconf server over SSH. I see encrypted packets (of type SSHv2 and TCP) captured by Wireshark whenever the client communicates with the server. How to decode these packets?

There is no SSH decryption support in Wireshark. See https://wiki.wireshark.org/SSH

1 Like