1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 23:59:01 +00:00

vcproj for nmap

This commit is contained in:
fyodor
2005-08-08 05:48:49 +00:00
parent 3f301ba19c
commit bdf2caa2a4
40 changed files with 795 additions and 359 deletions

View File

@@ -145,10 +145,10 @@ struct ip_timestamp {
ipt_flg:4; /* flags, see below */
#endif
union ipt_timestamp {
n_long ipt_time[1];
u_int32_t ipt_time[1];
struct ipt_ta {
struct in_addr ipt_addr;
n_long ipt_time;
u_int32_t ipt_time;
} ipt_ta[1];
} ipt_timestamp;
};