README
上传用户:bobuwen
上传日期:2007-01-07
资源大小:10k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1.                       RAW sockets example code
  2.                       ------------------------
  3.   The code included will hopefully act as a guide to those wanting to use
  4. raw sockets. 
  5. Use one of the makefiles to compile on your system.
  6. The following operating systems are supported:
  7. Makefile.bsd4      BSD4.4 Derived Systems: (OpenBSD 2.1 needs to tweak this
  8.                                             since they dont need a bug
  9.                                             workaround other BSD
  10.     systems do).
  11. Makefile.sco      SCO Openserver 5.0
  12. Makefile.sol      Solaris 2.4/2.5          (Solaris 2.6 may not need a bug
  13.                                                      workaround used in it).
  14. Makefile.linux    Linux 2.0.29
  15. Three binaries should be created:
  16. tcp    :   Basically sends out an empty TCP packet with the FIN flag set.
  17. udp    :   Sends out a udp packet with zeroed out data, of 12 bytes.
  18. ipicmp :   Sends out an ICMP echo request. 
  19.            Without any time information on it.
  20. If anyone has bug fixes, additional ports, please send me the patches. I
  21. like keeping seperate makefiles for each operating system, so if you can,
  22. just roll one up with your port.
  23. Thamer Al-Herbish <shadows@whitefang.com>