How can I decode SIP / TLS packets (not default SIPS) through Wireshark?

I am using a SIP server that listens on port 5070 for SIP / TLS requests. I am trying to track and analyze why my number is not registered through the network through Wireshark.

I edited all the necessary fields in the Wireshark settings, added the server’s private key, edited the SIP TCP and TLS ports (5070 not 5061), and all I get now is the TLS Hello client and Server Responses, but SIP is not displayed, only TCP SYN and ACK.

I searched and tried everything possible, but to no avail - any help would be greatly appreciated.

Thanks in advance.

// M

+3
source share
1 answer

TLS ? , Wireshark TLS . , ServerHello EDH EECDH, . , , - EDH EECDH. OpenSSL ALL:-EDH:-EECDH .

, Diffie-Hellman (DH); . , , ( Wireshark) ( , RSA).

+2

All Articles