摘要:
IP TCP UDP数据报头的相关记录 IP数据报头 typedef struct _IP_HEADER_V4_ { union { UINT8 versionAndHeaderLength; struct { UINT8 headerLength : 4; UINT8 version : 4; } 阅读全文
摘要:
WFP初探 参考资料 https://www.cnblogs.com/XYDsoft/articles/16857933.html https://learn.microsoft.com/zh-cn/windows/win32/fwp/tcp-packet-flows https://bot-man 阅读全文