Update of /cvsroot/javanetsim/IceScan/icesockets
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30153/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.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** sock_types.h 16 Dec 2006 10:02:50 -0000 1.11
--- sock_types.h 16 Dec 2006 11:39:17 -0000 1.12
***************
*** 240,250 ****
/* UDP header as specified by RFC 768, August 1980. */
! struct udphdr
! {
! my_uint16_t source;
! my_uint16_t dest;
! my_uint16_t len;
! my_uint16_t check;
! };
#define SIOCGARP 0x8954 /* get ARP table entry */
#define SOL_UDP 17
--- 240,249 ----
/* UDP header as specified by RFC 768, August 1980. */
! // struct udphdr {
! // u_short uh_sport; /* source port */
! // u_short uh_dport; /* destination port */
! // u_short uh_ulen; /* udp length */
! // u_short uh_sum; /* udp checksum */
! // };
#define SIOCGARP 0x8954 /* get ARP table entry */
#define SOL_UDP 17
|