Add quic disassemble

Project all the CRYPTO messages to one buffer according to length/offset
This commit is contained in:
Vadim Vetrov
2025-01-04 01:02:13 +03:00
parent 2470c590fb
commit 0b9bc8e72a
3 changed files with 61 additions and 14 deletions

View File

@@ -67,6 +67,7 @@ typedef __s16 int_least16_t; /* integer of >= 16 bits */
#define free kfree
#define malloc(size) kmalloc((size), GFP_KERNEL)
#define calloc(n, size) kcalloc((n), (size), GFP_KERNEL)
#define ip6_hdr ipv6hdr