libnet4r 0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) hide show
  1. data/CHANGELOG +15 -0
  2. data/LICENSE +28 -0
  3. data/README +187 -0
  4. data/Rakefile +110 -0
  5. data/ext/extconf.rb +60 -0
  6. data/ext/libnet.c +705 -0
  7. data/ext/libnet_arp.c +152 -0
  8. data/ext/libnet_ethernet.c +115 -0
  9. data/ext/libnet_ipv4.c +140 -0
  10. data/ext/libnet_ipv6.c +138 -0
  11. data/ext/libnet_udp.c +112 -0
  12. data/ext/libnet_vlan.c +131 -0
  13. data/lib/libnet4r/header.rb +609 -0
  14. data/lib/libnet4r/helpers.rb +19 -0
  15. data/lib/libnet4r/libnet.rb +39 -0
  16. data/libnet/CVS/Entries +24 -0
  17. data/libnet/CVS/Repository +1 -0
  18. data/libnet/CVS/Root +1 -0
  19. data/libnet/Makefile.am +15 -0
  20. data/libnet/Makefile.am.common +10 -0
  21. data/libnet/Makefile.in +443 -0
  22. data/libnet/README +21 -0
  23. data/libnet/VERSION +1 -0
  24. data/libnet/acconfig.h +36 -0
  25. data/libnet/acinclude.m4 +463 -0
  26. data/libnet/aclocal.m4 +1337 -0
  27. data/libnet/autom4te.cache/CVS/Entries +1 -0
  28. data/libnet/autom4te.cache/CVS/Repository +1 -0
  29. data/libnet/autom4te.cache/CVS/Root +1 -0
  30. data/libnet/autom4te.cache/output.0 +6225 -0
  31. data/libnet/autom4te.cache/requests +111 -0
  32. data/libnet/autom4te.cache/traces.0 +272 -0
  33. data/libnet/config.guess +1314 -0
  34. data/libnet/config.sub +1410 -0
  35. data/libnet/configure +6225 -0
  36. data/libnet/configure.in +235 -0
  37. data/libnet/doc/BUGS +19 -0
  38. data/libnet/doc/CHANGELOG +527 -0
  39. data/libnet/doc/CONTRIB +53 -0
  40. data/libnet/doc/COPYING +31 -0
  41. data/libnet/doc/CVS/Entries +12 -0
  42. data/libnet/doc/CVS/Repository +1 -0
  43. data/libnet/doc/CVS/Root +1 -0
  44. data/libnet/doc/DESIGN_NOTES +134 -0
  45. data/libnet/doc/MIGRATION +172 -0
  46. data/libnet/doc/PACKET_BUILDING +161 -0
  47. data/libnet/doc/PORTED +45 -0
  48. data/libnet/doc/RAWSOCKET_NON_SEQUITUR +41 -0
  49. data/libnet/doc/TODO +96 -0
  50. data/libnet/doc/html/acconfig_8h-source.html +49 -0
  51. data/libnet/doc/html/annotated.html +17 -0
  52. data/libnet/doc/html/bpf_8h-source.html +277 -0
  53. data/libnet/doc/html/config_8h-source.html +125 -0
  54. data/libnet/doc/html/doxygen.css +169 -0
  55. data/libnet/doc/html/doxygen.png +0 -0
  56. data/libnet/doc/html/files.html +29 -0
  57. data/libnet/doc/html/functions.html +26 -0
  58. data/libnet/doc/html/functions_vars.html +26 -0
  59. data/libnet/doc/html/getopt_8h-source.html +97 -0
  60. data/libnet/doc/html/globals.html +219 -0
  61. data/libnet/doc/html/globals_defs.html +104 -0
  62. data/libnet/doc/html/globals_func.html +136 -0
  63. data/libnet/doc/html/gnuc_8h-source.html +56 -0
  64. data/libnet/doc/html/graph_legend.dot +22 -0
  65. data/libnet/doc/html/graph_legend.html +75 -0
  66. data/libnet/doc/html/ifaddrlist_8h-source.html +65 -0
  67. data/libnet/doc/html/in__systm_8h-source.html +90 -0
  68. data/libnet/doc/html/index.html +17 -0
  69. data/libnet/doc/html/libnet-asn1_8h-source.html +268 -0
  70. data/libnet/doc/html/libnet-functions_8h-source.html +742 -0
  71. data/libnet/doc/html/libnet-functions_8h.html +8844 -0
  72. data/libnet/doc/html/libnet-headers_8h-source.html +1655 -0
  73. data/libnet/doc/html/libnet-headers_8h.html +3053 -0
  74. data/libnet/doc/html/libnet-macros_8h-source.html +161 -0
  75. data/libnet/doc/html/libnet-macros_8h.html +358 -0
  76. data/libnet/doc/html/libnet-structures_8h-source.html +233 -0
  77. data/libnet/doc/html/libnet-types_8h-source.html +58 -0
  78. data/libnet/doc/html/libnet_8h-source.html +119 -0
  79. data/libnet/doc/html/libnet_8h.html +24 -0
  80. data/libnet/doc/html/structlibnet__802__1q__hdr.html +145 -0
  81. data/libnet/doc/html/structlibnet__802__1x__hdr.html +97 -0
  82. data/libnet/doc/libnet.doxygen.conf +1102 -0
  83. data/libnet/doc/man/CVS/Entries +1 -0
  84. data/libnet/doc/man/CVS/Repository +1 -0
  85. data/libnet/doc/man/CVS/Root +1 -0
  86. data/libnet/doc/man/man3/libnet-functions.h.3 +3136 -0
  87. data/libnet/doc/man/man3/libnet-headers.h.3 +1872 -0
  88. data/libnet/doc/man/man3/libnet-macros.h.3 +172 -0
  89. data/libnet/doc/man/man3/libnet.h.3 +17 -0
  90. data/libnet/doc/man/man3/libnet_802_1q_hdr.3 +53 -0
  91. data/libnet/doc/man/man3/libnet_802_1x_hdr.3 +41 -0
  92. data/libnet/include/CVS/Entries +10 -0
  93. data/libnet/include/CVS/Repository +1 -0
  94. data/libnet/include/CVS/Root +1 -0
  95. data/libnet/include/Makefile.am +7 -0
  96. data/libnet/include/Makefile.in +395 -0
  97. data/libnet/include/bpf.h +264 -0
  98. data/libnet/include/config.h.in +118 -0
  99. data/libnet/include/gnuc.h +43 -0
  100. data/libnet/include/ifaddrlist.h +52 -0
  101. data/libnet/include/libnet/CVS/Entries +9 -0
  102. data/libnet/include/libnet/CVS/Repository +1 -0
  103. data/libnet/include/libnet/CVS/Root +1 -0
  104. data/libnet/include/libnet/Makefile.am +12 -0
  105. data/libnet/include/libnet/Makefile.in +294 -0
  106. data/libnet/include/libnet/libnet-asn1.h +255 -0
  107. data/libnet/include/libnet/libnet-functions.h +2157 -0
  108. data/libnet/include/libnet/libnet-headers.h +1662 -0
  109. data/libnet/include/libnet/libnet-macros.h +186 -0
  110. data/libnet/include/libnet/libnet-structures.h +222 -0
  111. data/libnet/include/libnet/libnet-types.h +45 -0
  112. data/libnet/include/libnet.h.in +132 -0
  113. data/libnet/include/stamp-h.in +1 -0
  114. data/libnet/include/win32/CVS/Entries +5 -0
  115. data/libnet/include/win32/CVS/Repository +1 -0
  116. data/libnet/include/win32/CVS/Root +1 -0
  117. data/libnet/include/win32/config.h +112 -0
  118. data/libnet/include/win32/getopt.h +84 -0
  119. data/libnet/include/win32/in_systm.h +77 -0
  120. data/libnet/include/win32/libnet.h +106 -0
  121. data/libnet/install-sh +250 -0
  122. data/libnet/libnet-config.in +62 -0
  123. data/libnet/libnet.doxygen.conf +1102 -0
  124. data/libnet/man/CVS/Entries +1 -0
  125. data/libnet/man/CVS/Repository +1 -0
  126. data/libnet/man/CVS/Root +1 -0
  127. data/libnet/missing +283 -0
  128. data/libnet/mkinstalldirs +40 -0
  129. data/libnet/sample/CVS/Entries +47 -0
  130. data/libnet/sample/CVS/Repository +1 -0
  131. data/libnet/sample/CVS/Root +1 -0
  132. data/libnet/sample/Makefile.am +63 -0
  133. data/libnet/sample/Makefile.in +729 -0
  134. data/libnet/sample/arp-new.c +144 -0
  135. data/libnet/sample/arp.c +151 -0
  136. data/libnet/sample/bgp4_hdr.c +225 -0
  137. data/libnet/sample/bgp4_notification.c +242 -0
  138. data/libnet/sample/bgp4_open.c +266 -0
  139. data/libnet/sample/bgp4_update.c +337 -0
  140. data/libnet/sample/cdp.c +187 -0
  141. data/libnet/sample/dhcp_discover.c +257 -0
  142. data/libnet/sample/dns.c +260 -0
  143. data/libnet/sample/dot1x.c +113 -0
  144. data/libnet/sample/fddi_tcp1.c +213 -0
  145. data/libnet/sample/fddi_tcp2.c +209 -0
  146. data/libnet/sample/get_addr.c +112 -0
  147. data/libnet/sample/gre.c +410 -0
  148. data/libnet/sample/icmp6_echoreq.c +184 -0
  149. data/libnet/sample/icmp_echo_cq.c +201 -0
  150. data/libnet/sample/icmp_redirect.c +200 -0
  151. data/libnet/sample/icmp_timeexceed.c +190 -0
  152. data/libnet/sample/icmp_timestamp.c +157 -0
  153. data/libnet/sample/icmp_unreach.c +204 -0
  154. data/libnet/sample/ieee.c +177 -0
  155. data/libnet/sample/ip_link.c +201 -0
  156. data/libnet/sample/ip_raw.c +180 -0
  157. data/libnet/sample/isl.c +167 -0
  158. data/libnet/sample/libnet_test.h +60 -0
  159. data/libnet/sample/mpls.c +251 -0
  160. data/libnet/sample/ntp.c +193 -0
  161. data/libnet/sample/ospf_hello.c +179 -0
  162. data/libnet/sample/ospf_lsa.c +190 -0
  163. data/libnet/sample/ping_of_death.c +171 -0
  164. data/libnet/sample/rpc_tcp.c +214 -0
  165. data/libnet/sample/rpc_udp.c +213 -0
  166. data/libnet/sample/sebek.c +299 -0
  167. data/libnet/sample/smurf.c +194 -0
  168. data/libnet/sample/stp.c +227 -0
  169. data/libnet/sample/synflood.c +200 -0
  170. data/libnet/sample/synflood6.c +209 -0
  171. data/libnet/sample/synflood6_frag.c +234 -0
  172. data/libnet/sample/tcp1.c +227 -0
  173. data/libnet/sample/tcp2.c +192 -0
  174. data/libnet/sample/tftp.c +207 -0
  175. data/libnet/sample/tring_tcp1.c +214 -0
  176. data/libnet/sample/tring_tcp2.c +210 -0
  177. data/libnet/sample/udp1.c +223 -0
  178. data/libnet/sample/udp2.c +232 -0
  179. data/libnet/sample/win32/CVS/Entries +9 -0
  180. data/libnet/sample/win32/CVS/Repository +1 -0
  181. data/libnet/sample/win32/CVS/Root +1 -0
  182. data/libnet/sample/win32/arp/CVS/Entries +2 -0
  183. data/libnet/sample/win32/arp/CVS/Repository +1 -0
  184. data/libnet/sample/win32/arp/CVS/Root +1 -0
  185. data/libnet/sample/win32/arp/arp.vcproj +136 -0
  186. data/libnet/sample/win32/cdp/CVS/Entries +2 -0
  187. data/libnet/sample/win32/cdp/CVS/Repository +1 -0
  188. data/libnet/sample/win32/cdp/CVS/Root +1 -0
  189. data/libnet/sample/win32/cdp/cdp.vcproj +136 -0
  190. data/libnet/sample/win32/dhcp_discover/CVS/Entries +2 -0
  191. data/libnet/sample/win32/dhcp_discover/CVS/Repository +1 -0
  192. data/libnet/sample/win32/dhcp_discover/CVS/Root +1 -0
  193. data/libnet/sample/win32/dhcp_discover/dhcp_discover.vcproj +139 -0
  194. data/libnet/sample/win32/dns/CVS/Entries +2 -0
  195. data/libnet/sample/win32/dns/CVS/Repository +1 -0
  196. data/libnet/sample/win32/dns/CVS/Root +1 -0
  197. data/libnet/sample/win32/dns/dns.vcproj +139 -0
  198. data/libnet/sample/win32/get_addr/CVS/Entries +2 -0
  199. data/libnet/sample/win32/get_addr/CVS/Repository +1 -0
  200. data/libnet/sample/win32/get_addr/CVS/Root +1 -0
  201. data/libnet/sample/win32/get_addr/get_addr.vcproj +139 -0
  202. data/libnet/sample/win32/getopt.c +121 -0
  203. data/libnet/sample/win32/icmp_echo_cq/CVS/Entries +2 -0
  204. data/libnet/sample/win32/icmp_echo_cq/CVS/Repository +1 -0
  205. data/libnet/sample/win32/icmp_echo_cq/CVS/Root +1 -0
  206. data/libnet/sample/win32/icmp_echo_cq/icmp_echo_cq.vcproj +139 -0
  207. data/libnet/sample/win32/tcp1/CVS/Entries +2 -0
  208. data/libnet/sample/win32/tcp1/CVS/Repository +1 -0
  209. data/libnet/sample/win32/tcp1/CVS/Root +1 -0
  210. data/libnet/sample/win32/tcp1/tcp1.vcproj +142 -0
  211. data/libnet/sample/win32/udp1/CVS/Entries +3 -0
  212. data/libnet/sample/win32/udp1/CVS/Repository +1 -0
  213. data/libnet/sample/win32/udp1/CVS/Root +1 -0
  214. data/libnet/sample/win32/udp1/dns.vcproj +125 -0
  215. data/libnet/sample/win32/udp1/udp1.vcproj +139 -0
  216. data/libnet/src/CVS/Entries +60 -0
  217. data/libnet/src/CVS/Repository +1 -0
  218. data/libnet/src/CVS/Root +1 -0
  219. data/libnet/src/Makefile.am +71 -0
  220. data/libnet/src/Makefile.in +428 -0
  221. data/libnet/src/libnet_advanced.c +136 -0
  222. data/libnet/src/libnet_asn1.c +436 -0
  223. data/libnet/src/libnet_build_802.1q.c +115 -0
  224. data/libnet/src/libnet_build_802.1x.c +103 -0
  225. data/libnet/src/libnet_build_802.2.c +167 -0
  226. data/libnet/src/libnet_build_802.3.c +101 -0
  227. data/libnet/src/libnet_build_arp.c +169 -0
  228. data/libnet/src/libnet_build_bgp.c +350 -0
  229. data/libnet/src/libnet_build_cdp.c +191 -0
  230. data/libnet/src/libnet_build_data.c +90 -0
  231. data/libnet/src/libnet_build_dhcp.c +156 -0
  232. data/libnet/src/libnet_build_dns.c +129 -0
  233. data/libnet/src/libnet_build_ethernet.c +173 -0
  234. data/libnet/src/libnet_build_fddi.c +191 -0
  235. data/libnet/src/libnet_build_gre.c +427 -0
  236. data/libnet/src/libnet_build_icmp.c +437 -0
  237. data/libnet/src/libnet_build_igmp.c +112 -0
  238. data/libnet/src/libnet_build_ip.c +892 -0
  239. data/libnet/src/libnet_build_ipsec.c +232 -0
  240. data/libnet/src/libnet_build_isl.c +113 -0
  241. data/libnet/src/libnet_build_link.c +90 -0
  242. data/libnet/src/libnet_build_mpls.c +112 -0
  243. data/libnet/src/libnet_build_ntp.c +121 -0
  244. data/libnet/src/libnet_build_ospf.c +699 -0
  245. data/libnet/src/libnet_build_rip.c +108 -0
  246. data/libnet/src/libnet_build_rpc.c +138 -0
  247. data/libnet/src/libnet_build_sebek.c +108 -0
  248. data/libnet/src/libnet_build_snmp.c +52 -0
  249. data/libnet/src/libnet_build_stp.c +222 -0
  250. data/libnet/src/libnet_build_tcp.c +365 -0
  251. data/libnet/src/libnet_build_token_ring.c +193 -0
  252. data/libnet/src/libnet_build_udp.c +111 -0
  253. data/libnet/src/libnet_build_vrrp.c +117 -0
  254. data/libnet/src/libnet_checksum.c +376 -0
  255. data/libnet/src/libnet_cq.c +395 -0
  256. data/libnet/src/libnet_crc.c +113 -0
  257. data/libnet/src/libnet_dll.c +47 -0
  258. data/libnet/src/libnet_error.c +55 -0
  259. data/libnet/src/libnet_if_addr.c +415 -0
  260. data/libnet/src/libnet_init.c +234 -0
  261. data/libnet/src/libnet_internal.c +310 -0
  262. data/libnet/src/libnet_link_bpf.c +348 -0
  263. data/libnet/src/libnet_link_dlpi.c +785 -0
  264. data/libnet/src/libnet_link_linux.c +310 -0
  265. data/libnet/src/libnet_link_nit.c +125 -0
  266. data/libnet/src/libnet_link_none.c +66 -0
  267. data/libnet/src/libnet_link_pf.c +179 -0
  268. data/libnet/src/libnet_link_snit.c +149 -0
  269. data/libnet/src/libnet_link_snoop.c +166 -0
  270. data/libnet/src/libnet_link_win32.c +346 -0
  271. data/libnet/src/libnet_pblock.c +511 -0
  272. data/libnet/src/libnet_port_list.c +295 -0
  273. data/libnet/src/libnet_prand.c +106 -0
  274. data/libnet/src/libnet_raw.c +257 -0
  275. data/libnet/src/libnet_resolve.c +414 -0
  276. data/libnet/src/libnet_version.c +54 -0
  277. data/libnet/src/libnet_write.c +502 -0
  278. data/libnet/version.h.in +6 -0
  279. data/libnet/win32/CVS/Entries +15 -0
  280. data/libnet/win32/CVS/Repository +1 -0
  281. data/libnet/win32/CVS/Root +1 -0
  282. data/libnet/win32/Libnet-1.1.1-2002.sln +77 -0
  283. data/libnet/win32/Libnet-1.1.1-2003.ncb +0 -0
  284. data/libnet/win32/Libnet-1.1.1-2003.sln +84 -0
  285. data/libnet/win32/Libnet-1.1.1-2003.suo +0 -0
  286. data/libnet/win32/Libnet-1.1.1.vcproj +311 -0
  287. data/libnet/win32/Libnet-latest.ncb +0 -0
  288. data/libnet/win32/Libnet-latest.opt +0 -0
  289. data/libnet/win32/Libnet-latest.sln +77 -0
  290. data/libnet/win32/Libnet-latest.suo +0 -0
  291. data/libnet/win32/Libnet-latest.vcproj +311 -0
  292. data/libnet/win32/Libnet.dsp +337 -0
  293. data/libnet/win32/Libnet.dsw +32 -0
  294. data/libnet/win32/README.txt +57 -0
  295. data/libnet/win32/libnet_dll.def +164 -0
  296. data/test/tc_arp.rb +169 -0
  297. data/test/tc_class.rb +219 -0
  298. data/test/tc_ethernet.rb +97 -0
  299. data/test/tc_header.rb +163 -0
  300. data/test/tc_init.rb +25 -0
  301. data/test/tc_ipv4.rb +219 -0
  302. data/test/tc_ipv6.rb +235 -0
  303. data/test/tc_udp.rb +229 -0
  304. data/test/tc_vlan.rb +118 -0
  305. data/test/ts_all.rb +15 -0
  306. metadata +401 -0
@@ -0,0 +1,527 @@
1
+ ===============================================================================
2
+ $Id: CHANGELOG,v 1.24 2004/03/29 17:24:34 mike Exp $
3
+ LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
4
+ http://www.packetfactory.net/libnet
5
+ ===============================================================================
6
+
7
+
8
+ Mon Mar 29 09:23:49 PST 2004 1.1.2.1
9
+
10
+ Fixed a typo in the ICMP patch mentioned below.
11
+
12
+ Thu Mar 25 10:49:04 PST 2004 1.1.2
13
+
14
+ Fixed the ICMP error message builders (there was a pblock assembly bug
15
+ that would prevent you from building more than one ICMP {unreach, time
16
+ exceed, redirect} in succession; the order of operations has changed
17
+ slightly for building these packets, see the documenation and sample code
18
+ Added a Sebek builder
19
+ Fixed a bug in libnet_autobuild_arp() that had it pulling in the address to
20
+ a pointer instead of just the address
21
+ Added AM_MAINTAINER_MODE to configure.in
22
+ Changed the __libnet_dump* namespace to the more descriptive libnet_diag*
23
+ Added libnet_getpacket_size() to return the size of a packet in a given l
24
+ Removed "protocol" from the libnet context. It was a waste of four bytes
25
+ The raw socket interface always uses the "IPPROTO_RAW" protocol
26
+ Fixed a memory leak in the advanced interface; there is now a function
27
+ libnet_adv_free_packet() to free the memory allocated for the packet
28
+ when libnet_adv_cull_packet() is called
29
+ Fixed a bug on big endian boxes that had TCP and UDP checksums with odd
30
+ payloads come out incorrect
31
+ Changes all error messages to look and feel the same:
32
+ "%s(): foo\n", __func__
33
+ Added a bunch of htons/htonl fixes
34
+ Continued to add to the doxygen-based documentation
35
+ Added support for unconfigured interfaces
36
+ Changed the number of interfaces libnet can handle from 32 to 512
37
+ Removed uneeded control structure cruft from libnet_link_dlpi.c
38
+ Removed sample/ip.c and added sample/ip_link.c and sample/ip_raw.c
39
+ Added IPv6 fragmentation header builder
40
+ Added IPv6 routing information header builder
41
+ Added IPv6 destination options header builder
42
+ Fixed IPv6 flowlabel and traffic class bitwise math
43
+
44
+ Tue Nov 25 15:33:27 PST 2003 1.1.1
45
+
46
+ Fixed a bug in libnet_build_icmp_redirect: htonl(gateway) --> gateway.
47
+ Added icmp_redirect.c sample code.
48
+ Added libnet_autobuild_arp().
49
+ Added a slightly faster checksum.
50
+ Added a GRE builder.
51
+ Fixed a buffer overflow in libnet_build_dhcp().
52
+ Added more sanity checks to ensure we have proper link or network layer
53
+ headers when not in advanced mode.
54
+ Fixed a bug that would sometimes make __libnet_dump_context() crash under
55
+ linux.
56
+ Migration from sprintf and strcpy snprintf and strncpy.
57
+ Fixed bug in libnet_build_ipv4() when calculating size of memory block
58
+ Removed the support directory -- if you're an OLD version of OpenBSD or
59
+ FreeBSD you deserve what you get.
60
+ Added a BGP builder.
61
+ Changed the error handing functions to be more consistent and use
62
+ __FUNCTION__.
63
+ Fixed a bug in libnet_pblock_free() -- replaced it with
64
+ libnet_pblock_delete().
65
+ Fixed all of the inconsistencies inside all of the builders and pblock code
66
+ where some fringe conditions could result in u_longs being crunched into
67
+ u_shorts.
68
+ Fixed libnet_pblock_coalesce() to only require one pass through the list.
69
+ Added better diagnostics (__libnet_dump_context(), __libnet_dump_pblock()).
70
+ Added Token Ring and FDDI builders (Linux and Solaris only).
71
+ Added Token Ring and FDDI sample programs.
72
+ Fixed the handling of TCP and IP payloads when reusing a pblocks.
73
+ Fixed the handling of IP headers such that if a TCP packet changes size
74
+ via subsequent calls to libnet_build_tcp(), the IP header automatically
75
+ changes size as well.
76
+ Added libnet_pblock_delete() to remove a pblock from the list.
77
+ Added ip.c sample program (builds an arbitrary IP packet).
78
+ Added additional payload sanity checks to libnet_build_*.
79
+ Added a payload to sample/icmp_echo_cq.c.
80
+ Added an MPLS builder.
81
+ Added an 802.1x builder.
82
+ Added an RPC builder! Bout time eh?
83
+ Fixed do1x.c sample code to make the frame valid.
84
+ Fixed link-interface semantics under Mac/OSX
85
+ Changed libnet_stats to all be unsigned long longs to accomodate all of
86
+ hardcore packet writers.
87
+ Fixed IPv6 support (to some extent) removed the IP_HDRINCL stuff and
88
+ reworked the resolver stuff to use net_pton() and inet_ntop().
89
+ Fixed libnet_build_icmpv4_*() to properly handle the IP header in the
90
+ payload.
91
+ Fixed libnet_build_igmp() to handle checksums properly.
92
+ Fixed a bug in libnet_build_dnsv4() -- now it will work for TCP or UDP --
93
+ see the sample program for details...
94
+ Fixed a bug in sample/dhcp_discover.c
95
+ Added multiple packet interface (called the context queue interface).
96
+ Until I finish the manpage, see the sample code and README files
97
+ for instructions on how it works.
98
+ Fixed Cygwin support.
99
+ Fixed an OS/X compilation error due to lack of system header files.
100
+ Fixed OS/X link layer bug.
101
+ Fixed a bug in pblock_coalesce() that resulted in bad checksums when the
102
+ advanced mode was enabled.
103
+ Fixed a potential memory leak in pblock_coalesce().
104
+ Fixed a potential memory leak in libnet_select_device().
105
+ Fixed a potential memory leak in libnet_plist_chain_new().
106
+ Fixed Solaris support for IPv6 address support.
107
+ Fixed minor bugs in libnet_advanced.c.
108
+ Added loopback device support.
109
+
110
+
111
+ Mon Aug 5 15:18:52 PDT 2002 1.1.0
112
+
113
+ First 1.1.0 non-beta release.
114
+
115
+ Added libnet_adv_write_link() which allows an advanced user to access
116
+ libnet's low-level frame injection functionality directly.
117
+
118
+
119
+ Wed Jul 10 08:18:15 PDT 2002 1.1.0 Beta 07b
120
+
121
+ Added some words to the manpage.
122
+
123
+ Fixed a typo in libnet-functions.h -- forgot a comma.
124
+
125
+
126
+ Sun Jul 7 10:37:12 PDT 2002 1.1.0 Beta 07a
127
+
128
+ My bad. Forgot to `make distclean` before last release resulting in some
129
+ compilation errors.
130
+
131
+ My bad. Forgot to add advanced *_ADV writing support to libnet_write().
132
+ Simple fix.
133
+
134
+
135
+ Tue Jul 2 08:42:57 PDT 2002 1.1.0 Beta 07
136
+
137
+ BETA support for IPv6.
138
+
139
+ Fixed the IP and TCP options bugs that bound the TCP and IP payloads to
140
+ the IP and TCP headers respectively and saw options being appended
141
+ after the payload.
142
+
143
+ Added libnet_hex_aton(). This functions reads in arbirtrarily long hex
144
+ strings from the command line and returns the equivalent byte string. It
145
+ does an implicit malloc() so make sure to free().
146
+
147
+ Fr�d�ric Raynal submitted a patch to break the coalesce loop down to two
148
+ passes using realloc resulting in a modest performance increase! Cool!
149
+
150
+ Added "Advanced Mode" which will initialize the library with additional
151
+ functionality for advanced users who "know what they're doing". Basically
152
+ this feature will remove some of the sanity checks libnet does when
153
+ building and injecting packets, at the programmer's peril. It also exposes
154
+ the libnet_adv() functions.
155
+
156
+ FINALLY changed that irritating struct ether_addr redefintion problem.
157
+ I internalized the name space of it (-> libnet_ether_addr) so there will
158
+ be no more issues there. Please update your code accordingly!
159
+
160
+ Added IGMP checksum support which was omitted by accident.
161
+
162
+ Removed netinet/ip_icmp.h from include list. This was causing problems
163
+ when including dnet.h which includes other system headers. We can
164
+ probably stand to remove several headers from libnet.h.in.
165
+
166
+ Added sanity check to ensure that when *build_ethernet() is called the
167
+ injection method is LIBNET_LINK (except when advanced mode is on).
168
+
169
+
170
+ Thu Mar 28 22:18:46 PST 2002 1.1.0 Beta 06
171
+
172
+ Fixed ICMP unreachable checksum error and payload issues. Now using the
173
+ payload interface with unreachables will append the payload to the IPv4
174
+ header of the "offending packet".
175
+
176
+ Split STP builder into two; libnet_build_stp_conf() and
177
+ libnet_build_stp_tcn().
178
+
179
+ New CHANGELOG format. :)
180
+
181
+
182
+ Mar 24 2002 1.1.0 Beta 05
183
+
184
+ New building logic. Top down. Much smarter, we now build packets and
185
+ frames like an OS kernel.
186
+
187
+ Added Cisco ISL builder.
188
+
189
+
190
+ Mar 18 2002 1.1.0 Beta 04
191
+
192
+ Added an STP builder.
193
+
194
+ Hooks for Cisco ISL builder.
195
+
196
+ Changed libnet_init() to now accept an IP address for the device (so
197
+ either "fxp0" or "192.168.0.1" will work).
198
+
199
+ Added libnet_clear_packet() to free packet memory when we're done with it.
200
+
201
+
202
+ Feb 28 2002 1.1.0 Beta 03
203
+
204
+ Added 802.1q, 802.2, 802.3 builders.
205
+
206
+
207
+ Feb 25 2002 1.1.0 Beta 02
208
+
209
+ Fixed Cygwin support.
210
+
211
+
212
+ Feb 01 2002 1.1.0 Beta 01
213
+
214
+ Complete new API and overhaul of most everything.
215
+
216
+ Improved linux packet socket support.
217
+
218
+ Renamed libnet_host_lookup() and libnet_name_resolve() to the more
219
+ intuitive libnet_addr2name() and libnet_name2addr().
220
+
221
+ All of the address resolution functions return host byte order (which
222
+ is what the build functions want).
223
+
224
+ Removed a ton of code from every corner of libnet.
225
+
226
+ Removed alot of useless crap:
227
+ misc directory
228
+ ports directory
229
+ util directory
230
+ cleaned out the test directory and moved it to sample
231
+
232
+ The libnet-config script is no longer needed to specify machine
233
+ endianess -- that has been moved to libnet.h and done at compile time.
234
+ You can still use it to specify other CPP constants as well as
235
+ libraries.
236
+
237
+ Added cygwin support.
238
+
239
+ Hooks for a few ieee 802 builders.
240
+
241
+ Added NTP builder.
242
+
243
+ Added DHCP builder.
244
+
245
+ Added BOOTP builder.
246
+
247
+ Added Cisco CDP builder (needs work).
248
+
249
+ Added IPSEC builder (needs work).
250
+
251
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
252
+
253
+ 1.0.2a 02.06.2001 Oops! Messed up the install stuff. Fixed now.
254
+ Fixed the config.sub to correctly look for arm*
255
+ architecture.
256
+ Fixed the test.sh script
257
+ (Thankz again to syke).
258
+
259
+ 1.0.2 02.03.2001 Added OpenBSD 2.7 etherspoof lkm and kernel patch.
260
+ (Thankz to obecian).
261
+ Added FreeBSD 4.0-STABLE (and 5.0-CURRENT?)
262
+ etherspoof kernel patch.
263
+ (Thankz to Matt Bing).
264
+ Added FreeBSD 4 support for automagic MAC address
265
+ spoofing (via ioctl). No more lkm!
266
+ (Thankz to Toni Andjelkovic).
267
+ Added VRRP support.
268
+ Fixed a NULL pointer check in libnet_checksum.c.
269
+ (Thankz to syke).
270
+ Fixed a function naming problem in libnet_if_addr.c.
271
+ (Thankz to gigisull).
272
+ Fixed a potential byte error in libnet_version.
273
+ (Thankz to wotan).
274
+ Fixed a potential overflow in
275
+ libnet_link_sockpacket.c and libnet_link_dlpi.c.
276
+ (Thankz to Jarno Huuskonen).
277
+ Fixed a manpage discrepancy (get_ip_addr returns
278
+ host-byte, not network-byte).
279
+ Fixed arena allocation code (misalignments and
280
+ whatnot) and arena manpage entry (2 arguments
281
+ were swapped).
282
+ (Thankz to Bryan T. Schmersal).
283
+ Fixed datatype discrepancies (u_char was used
284
+ liberally when char should have been used).
285
+ (Thankz to Kyle Hargraves).
286
+ Fixed the PF_PACKET interface to work correctly.
287
+ (Thankz to Smiler).
288
+
289
+ 1.0.1b 04.07.2000 Fixed portlist chaining code to allow for more than
290
+ one active plist chain at a time (as per twitch's
291
+ patch).
292
+ Fixed discrepancy between the manpage and code for
293
+ libnet_close_link_interface. It now returns 1 on
294
+ success as per libnet standard (thankz to Toni
295
+ Andjelkovic for pointing this out).
296
+
297
+ 1.0.1a 03.29.2000 Fixed a small bug in libnet_link_dlpi.c.
298
+
299
+ 1.0.1 12.19.1999 Fixed a typo in libnet-headers.h ARH_H -> ARP_H.
300
+ Fixed a small typo in ether_mod-2.5.c.
301
+ Pre-happy BD to libnet! She'z almost 2 yearz old!
302
+
303
+ 1.0.0 10.27.1999 Added verbose html documentation.
304
+ Added verbosely commented example code.
305
+ Fixed OSPF testcode compile issues.
306
+ Added ping of death ICMP test code module.
307
+ Fixed manpage installation wrongness.
308
+ Fixed a reported bug in OpenBSD etherspoof lkm.
309
+ Merged OSPF lsa checksum code into main checksum
310
+ module.
311
+ Fixed a reported bug in the Makefile.in under
312
+ Solaris when make install was invoked, the ln
313
+ failed.
314
+ Fixed linux-based IP broadcasting using the
315
+ raw sockets interface.
316
+
317
+ 0.99g 09.13.1999 Added an OSPF builder (which is still in beta).
318
+ Fixed the Linux/configure.in bug. This was an odd
319
+ bug that affected Linux-based boxes, but not
320
+ BSD-based machines. The configure script refused
321
+ to expand most of the Makefile.in macros in every file
322
+ because of a conditional check.
323
+ Fixed some Makefile.in issues.
324
+
325
+ 0.99f 09.09.1999 Changed test/poink.c to not rely on a previous
326
+ install of libnet to compile.
327
+ Added a redhat RPM.
328
+ Changed sourcefile naming scheme to libnet_*.
329
+ Removed all assertions from the tree.
330
+ We are moving closer to a 1.0 release and
331
+ assertions have no place in production code.
332
+ Furthermore, there should be no exit points
333
+ inside a library. Currently, all functions that
334
+ made assertions now return an integral 1 upon
335
+ success and a -1 when the assertion would have
336
+ failed (some had to be changed from returning
337
+ void to returning int). This will not break
338
+ backward compatbility.
339
+ Fixed bugs in the arena code.
340
+ next_packet_from_arena would never return the
341
+ first chunk of memory, only the "next". It
342
+ now handles this special case. Thanks to
343
+ Sascha Gresk for locating this bug.
344
+ Fixed another potential bug when attempting
345
+ to allocate large packet sizes inside an arena.
346
+ Added an OpenBSD 2.5 ether_spoof lkm.
347
+ Fixed TCP options bugs.
348
+
349
+ 0.99e 07.21.1999 Modified the libnet-config script to work more
350
+ intutively now. It accepts multiple arguments.
351
+ See README.libnet-config.
352
+ Solaris m4/sh fixes (autoconf phase).
353
+ Internal error handling changed to use libnet_error.
354
+
355
+ 0.99d 06.24.1999 Added: build_icmp_redirect().
356
+ Added: FreeBSD 3.x support for spoofing source.
357
+ Added: libnet_error().
358
+ Added: port list chaining code.
359
+ MAC addrresses (see README.bpf).
360
+ Bugfix: libnet_select_device correctly accepts
361
+ NULL device arguments.
362
+ Bugfix: build_icmp.c now copies the correct amount
363
+ of header information.
364
+ Bugfix: OpenBSD needs HAVE_SOCKADDR_SA_LEN.
365
+ Changed: write_ip internal semantics. Cleaner
366
+ and faster now.
367
+ Changed: init_packet argument parameters. More
368
+ correct now. Takes a u_short vs. a size_t.
369
+
370
+ 0.99c 05.28.1999 link_int -> libnet_link_int.
371
+ Misc small testcode fixes.
372
+ Added libnet_tcp_header and libnet_ip_header.
373
+ Added libnet-config shell script, see
374
+ README.libnet-config and the manpage.
375
+ Updated ports.
376
+ Revamped checksum module -- it's much simpler
377
+ and more efficient (ripped out arch specific
378
+ code which seemed to be buggy with series' of
379
+ very large packets). Dug Song wrote it, with
380
+ small fixes/changes by MDS.
381
+
382
+ 0.99b 05.06.1999 Fixed a nasty UDP/TCP + data checksum bug.
383
+ Header structure further divided into subfiles.
384
+ Moved get_hwaddr into low-level interface locales.
385
+ Fixed the BSD get_hwaddr (dugsong@anzen.com).
386
+ Ported to BSD/OS 3.x.
387
+ Added `LIBNET_VERSION` symbolic constant.
388
+ build_ip with payload semantics changed (now
389
+ requires a payload length which is more
390
+ intuitive).
391
+ Fixed the `disappearing MAC address problem`
392
+ within the linux version of get_hwaddr().
393
+
394
+ 0.99a 04.14.1999 Linux 2.0.x kernels don't have <net/ethernet.h>
395
+ 0.99 included this header file without checking
396
+ to see if it present. This is now fixed.
397
+ Non-x86 systems have no tcp_check function but the
398
+ stub.c sourcefile did not check this. This is now
399
+ fixed.
400
+ Added the utilities directory and get_mac.c.
401
+
402
+ 0.99 04.13.1999 Major manpage redux.
403
+ Added (broken?) PF_PACKET support for Linux (see
404
+ README.linux).
405
+ Moved alot of m4 from configure.in to aclocal.m4.
406
+ Added Linux m4 macro to detect PF_PACKET.
407
+ Added build_icmp_unreach
408
+ Added build_icmp_timestamp
409
+ Added standard nomenclature for all the ICMP
410
+ type/code symbolic constants (see the manpage).
411
+ Changed internal network structure nomenclature.
412
+ Decided to stop using the word nomenclature so much.
413
+ Fixed semantics of get_ipaddr (s/PF_INET/AF_INET).
414
+ Added a symlink in the install directory so libnet
415
+ is also named `libpwrite`.
416
+ Added ASN.1 conversion routines, mostly pilfered
417
+ from ucd snmplib.
418
+ Removed get_hwaddr from sockpacket.c and made the
419
+ existing one portable to Linux.
420
+ Added more testcode and changed testcode structure
421
+ to be more intuitive.
422
+ Added init_packet and destroy_packet.
423
+ Added an arena allocator.
424
+ Fixed alignment issues on SPARC and Alpha
425
+ (possibly others with strict alignment
426
+ requirements).
427
+ Added a packet dumping routine. Not fully tested.
428
+ Testcode updates including a master testcode shell
429
+ script.
430
+ Added stub functions to ease the eventual
431
+ transition to a more proper `libnet_*` function
432
+ naming convention. See README.stubs for more
433
+ info.
434
+
435
+ 0.10a 02.04.1999 Added the libnet.s2h configuration file to the
436
+ distribution.
437
+ GLIBC fix.
438
+
439
+ 0.10 01.31.1999 Many low-level changes, same interface though.
440
+ Split up the main libnet.h file into two files.
441
+ Autoconf changes:
442
+ checks to see if the underlying architecture
443
+ needs to be aligned.
444
+ flexible install location.
445
+ explicitly set $CC option in Makefile.in.
446
+ Added ensure-dir.sh.
447
+ Changes DEBUG semantics as I was told the previous
448
+ stuff broke on some compilers.
449
+ Created a FreeBSD/OpenBSD ports entry.
450
+ SGI snoop (drain) interface fixed.
451
+ Solaris/HPUX DLPI interface fixed.
452
+ Support for getting local IP addresses.
453
+ Support for getting local hardware addresses.
454
+ Added a DNS packet builder.
455
+ Added an RIP packet builder.
456
+ Added an ICMP MASKREQ/REPLY packet builder.
457
+ Added ICMP at the link layer test code.
458
+ Changed GLIBC version detection semantics.
459
+
460
+ 0.9 12.15.1998 Major changes/additions here...
461
+ Added lowlevel packet building and writing
462
+ routines with a codebase from libpcap.
463
+ Broken DPLI support (fixme!).
464
+ Added ethernet and ARP building routines.
465
+ Added ICMP_ECHO building routine which led to the
466
+ Discovery of an odd kernel panic bug under
467
+ OpenBSD (see hook.c in test dir).
468
+ Added IGMP building routine.
469
+ Reworked autoconf script.
470
+ Fixed Linux ip_sum vs. ip_csum naming issue.
471
+ Fixed Solaris checksums (2.4, 2.5.x).
472
+ Added NetBSD autoconf entry.
473
+ Changed BSD_BYTE_SWAP semantics to correctly handle
474
+ IP datagrams through BPF (see write_ip.c).
475
+
476
+ 0.8c 11.10.1998 Added more testcode.
477
+
478
+ 0.8b 10.21.1998 OK. I THINK WE'VE FINALLY FIXED THAT GLIBC THING.
479
+ Ported to alpha Linux.
480
+
481
+ 0.8a 10.15.1998 Added support for IP TOS bits (oops. Broke
482
+ backward compatibility again. Like I said, don't
483
+ rely on this until 1.x).
484
+
485
+ 0.8 10.13.1998 Added support for IP options.
486
+ Added support for TCP options.
487
+ Added a dummy version function.
488
+ Fixed linux libc vs. glibc nomenclature discrepancy.
489
+ Solaris checksums fixed for non-payload laden
490
+ packets?
491
+
492
+ 0.7b 09.22.1998 Linux glibc/libc nomenclature anomoly still there.
493
+ Fixed Linux/BSD icmp header size problem.
494
+
495
+ 0.7a 08.26.1998 Fixed payload support (see test code).
496
+
497
+ 0.7 08.25.1998 Solaris port (checksums broken -- Solaris has gay
498
+ fucking quirks when it comes to checksumming on
499
+ raw sockets).
500
+ Added autoconf scripts.
501
+ Added psuedorandom number generation code.
502
+ Added payload support (breaks backward
503
+ compatability and is untested).
504
+
505
+ 0.6 06.21.1998 Fixed UDP checksum. Removed USE_NAME CPP option
506
+ made it a run time decision. Makes code more
507
+ extensible, but breaks backward compatibility.
508
+
509
+ 0.5 06.02.1998 Added TCP/UDP/IP packet assembly routines.
510
+ Added a checksum function.
511
+ Added a manpage.
512
+ Removed daemonizing function (BSD has one).
513
+ UDP checksums broken...
514
+
515
+ 0.4 01.12.1998 IP checksum (x86 assembly implementation).
516
+
517
+ 0.3 01.12.1998 daemonizing function.
518
+
519
+ 0.2 01.11.1998 raw socket function changed to allow user
520
+ designated protocol for raw socket
521
+
522
+ 0.1 01.05.1998 Initial release, contains:
523
+ network byte order -> human readable IP address,
524
+ human readable IP address -> network byte order,
525
+ simple raw socket / IP_HDRINCL wrapper,
526
+ TCP checksum (x86 assembly implementation)
527
+ EOF
@@ -0,0 +1,53 @@
1
+ ===============================================================================
2
+ $Id: CONTRIB,v 1.8 2004/03/01 20:26:11 mike Exp $
3
+ LIBNET 1.1 (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
4
+ http://www.packetfactory.net/libnet
5
+ ===============================================================================
6
+
7
+
8
+ 1.1.x CONTRIBUTERS
9
+
10
+ Barbato, Luca
11
+ . faster C checksum routine
12
+ Beverly, Scott <scottbeverly@xengin.com>
13
+ Bowman, Don <don@sandvine.com>
14
+ Coulter, Michae l <mjc@bitz.ca>
15
+ . arp bugfix
16
+ Damron, Jason <jsdamron@hushmail.com>
17
+ . bugfixes
18
+ . IP/TCP options bugfixes
19
+ . RPC builder
20
+ . token ring and fddi support
21
+ Davis, Michael <mike@datanerds.net>
22
+ . bugfixes
23
+ Dulai, Danny <ddulai@stake.com>
24
+ Kuehl, Kirby <kkuehl@cisco.com>
25
+ . u_short -> u_long patch
26
+ . 1.1.1 Win32 porting
27
+ . tons and tons of other stuff
28
+ Roberto Larcher <roberto.larcher@libero.it>
29
+ . 1.1.0 Win32 Porting
30
+ Newsham, Tim <tnewsham@stake.com>
31
+ . general elitism
32
+ O'Donnell, Adam <javaman@west.philly.ghetto.org>
33
+ . Solaris IPv6 address fix
34
+ Omella, Alfredo Andres <aandres@s21sec.com>
35
+ . Solaris DLPI fix
36
+ Raynal, Frederic <frederic.raynal@security-labs.org>
37
+ . cq interface
38
+ . numerous bugfixes and suggestions
39
+ . keeping the project alive during my sabbatical!
40
+ Salvatori, Alessandro
41
+ . many many patches
42
+ Sehgal, Anupma <asehgal@cisco.com>
43
+ . pblock sanity check oversight fix
44
+ Schlott, Stefan <stefan@ploing.de>
45
+ . IPv6 code
46
+ Simons, Terry <Terry.Simons@m.cc.utah.edu>
47
+ . OS/X port
48
+ Song, Doug <dug@monkey.org>
49
+ . inspiration
50
+ Su, Joe <cysu@csie.nctu.edu.tw>
51
+ . IPv6 traffic clas and flow label fix
52
+ Yardley, Tim <liquid@dqc.org>
53
+ EOF
@@ -0,0 +1,31 @@
1
+ $Id: COPYING,v 1.1.1.1 2003/06/26 21:55:10 route Exp $
2
+
3
+ libnet 1.1.x
4
+ Copyright (c) 1998 - 2002 Mike D. Schiffman <mike@infonexus.com>
5
+ http://www.packetfactory.net/libnet
6
+ All rights reserved.
7
+
8
+ Redistribution and use in source and binary forms, with or without
9
+ modification, are permitted provided that the following conditions
10
+ are met:
11
+
12
+ 1. Redistributions of source code must retain the above copyright
13
+ notice, this list of conditions and the following disclaimer.
14
+ 2. Redistributions in binary form must reproduce the above copyright
15
+ notice, this list of conditions and the following disclaimer in the
16
+ documentation and/or other materials provided with the distribution.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28
+ SUCH DAMAGE.
29
+
30
+
31
+ EOF
@@ -0,0 +1,12 @@
1
+ /BUGS/1.2/Sat Jan 3 20:31:00 2004//
2
+ /COPYING/1.1.1.1/Thu Jun 26 21:55:10 2003//
3
+ /MIGRATION/1.2/Sat Jan 3 20:31:00 2004//
4
+ /PACKET_BUILDING/1.2/Sat Jan 3 20:31:00 2004//
5
+ /PORTED/1.2/Sat Jan 3 20:31:00 2004//
6
+ /RAWSOCKET_NON_SEQUITUR/1.2/Sat Jan 3 20:31:00 2004//
7
+ /TODO/1.2/Sat Jan 3 20:31:00 2004//
8
+ D/man////
9
+ /DESIGN_NOTES/1.3/Sat Jan 17 07:51:19 2004//
10
+ /libnet.doxygen.conf/1.2/Fri Jan 16 23:02:31 2004//
11
+ /CONTRIB/1.8/Mon Mar 1 20:26:11 2004//
12
+ /CHANGELOG/1.24/Mon Mar 29 17:24:34 2004//
@@ -0,0 +1 @@
1
+ /usr/local/CVS/libnet/doc
@@ -0,0 +1 @@
1
+ mike@66.234.207.232:/usr/local/CVS