tls-parser
tls-parser copied to clipboard
combine_dtls_fragments helper
~# REQUIRES #47 TO LAND FIRST #~
This PR builds upon #47. The aim is to provide a correct helper that combines DTLS fragments into a full message. The test case illustrates how the parser + combine helper are expected to be used together.
Will rebase when/if #47 lands.
I believe this is ready to merge now.
I believe this is ready to merge now.
Hi,
After review I need more input on the choices you made (see above comments). The most important questions are on the Ordered
type, others can be solved separately.
Thanks!