TraceRoute.h. #pragma once #include <windows.h> #pragma pack(1) //IP数据报头 typedef struct { unsigned char hdr_len : 4; // 4位首部长度 ...
確定! 回上一頁