ip hdr print on non icmp_echorply

This commit is contained in:
2025-05-13 08:43:01 -04:00
parent 1985418471
commit a705c42e4f
2 changed files with 39 additions and 4 deletions

View File

@ -1,3 +1,6 @@
{
"C_Cpp.errorSquiggles": "disabled"
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"ip.h": "c"
}
}