Ask Your Question

karanos's profile - activity

2021-11-10 16:25:08 +0000 commented question What is the best way to add protocols for TLS PSK decoding?

Another workaround that we found after investigating Wireshark source code is adding a following line to LUA dissectors:

2021-11-10 15:59:11 +0000 commented question What is the best way to add protocols for TLS PSK decoding?

Another workaround that we found is adding a following line to LUA dissectors: DissectorTable.get("tls.port"):add(0, p_

2021-11-05 16:15:02 +0000 asked a question What is the best way to add protocols for TLS PSK decoding?

What is the best way to add protocols for TLS PSK decoding? Hello, We have a custom protocol, and created the LUA disse