1 | initial version |
Is there a mapping between integers and cipher suites?
The answer to this question is "Yes". See https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4
You can also have a look at the value_string
arrays and tables in the packet-tls-utils.c file to see how Wireshark and tshark perform these lookups.