tls-parser
tls-parser copied to clipboard
Parse partial message
Hello @chifflier, Thanks for your great job. I have a scenario where I need to parse partial messages. For example, a Client Hello message might be split into two packets due to TCP fragmentation, but even if I can only receive the first one, I still want to parse as much content from it as possible. I wonder if you would consider supporting such a case.