[Javanetsim-cvs] IceScan/icesockets sock_types.h,1.21,1.22
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-12-17 19:21:18
|
Update of /cvsroot/javanetsim/IceScan/icesockets In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6661/icesockets Modified Files: sock_types.h Log Message: Index: sock_types.h =================================================================== RCS file: /cvsroot/javanetsim/IceScan/icesockets/sock_types.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** sock_types.h 17 Dec 2006 18:49:55 -0000 1.21 --- sock_types.h 17 Dec 2006 19:21:15 -0000 1.22 *************** *** 177,186 **** u_int8_t ip_hv; /* header and version */ u_int8_t ip_tos; /* type of service */ ! u_short ip_len; /* total length */ ! u_short ip_id; /* identification */ ! u_short ip_off; /* fragment offset field */ u_int8_t ip_ttl; /* time to live */ u_int8_t ip_p; /* protocol */ ! u_short ip_sum; /* checksum */ struct in_addr ip_src,ip_dst; /* source and dest address */ }; --- 177,186 ---- u_int8_t ip_hv; /* header and version */ u_int8_t ip_tos; /* type of service */ ! u_int16_t ip_len; /* total length */ ! u_int16_t ip_id; /* identification */ ! u_int16_t ip_off; /* fragment offset field */ u_int8_t ip_ttl; /* time to live */ u_int8_t ip_p; /* protocol */ ! u_int16_t ip_sum; /* checksum */ struct in_addr ip_src,ip_dst; /* source and dest address */ }; |