[Javanetsim-cvs] IceScan/icesockets sock_types.h,1.23,1.24
Status: Beta
Brought to you by:
darkkey
From: QweR <qw...@us...> - 2006-12-18 08:40:07
|
Update of /cvsroot/javanetsim/IceScan/icesockets In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20286/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.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** sock_types.h 17 Dec 2006 19:52:23 -0000 1.23 --- sock_types.h 18 Dec 2006 08:40:01 -0000 1.24 *************** *** 191,198 **** struct tcphdr { ! u_short th_sport; /* source port */ ! u_short th_dport; /* destination port */ ! tcp_seq th_seq; /* sequence number */ ! tcp_seq th_ack; /* acknowledgement number */ #if BYTE_ORDER == LITTLE_ENDIAN u_char th_x2:4, /* (unused) */ --- 191,198 ---- struct tcphdr { ! u_int16_t th_sport; /* source port */ ! u_int16_t th_dport; /* destination port */ ! u_int32_t th_seq; /* sequence number */ ! u_int32_t th_ack; /* acknowledgement number */ #if BYTE_ORDER == LITTLE_ENDIAN u_char th_x2:4, /* (unused) */ |