How to write a status prompter in the tls protocol for status prompting?
I want to compare the length of a certain data in the request and response, and then the status prompt is displayed in the packet of the response, for example:
if len1 == len2
show true
else
show false
the result will be displayed in response. how to write this type of plugin or dissector ,and how to find some learning path? (above of this question may be need google translate,I'm not goot at english)