feat: added basic tcp, udp and icmp handling

This commit is contained in:
Emi Aline Boucly 2025-08-23 00:22:48 +02:00
parent a85bcc8ca2
commit 885be66d5e
5 changed files with 70 additions and 4 deletions

13
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"files.associations": {
"ip_icmp.h": "c",
"tcp.h": "c",
"features-time64.h": "c",
"packet.h": "c",
"types.h": "c",
"socket.h": "c",
"stdint.h": "c",
"cstdint": "c",
"stdio.h": "c"
}
}