OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / doc / CHANGELOG-NEWFUNCTIONS
1 ===============================================================================
2     LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
3                                http://www.packetfactory.net/libnet
4 ===============================================================================
5
6 Key:
7
8 Type
9
10     N       New function to the library
11     M       Modified existing function
12     D       Deleted function
13
14 Name
15
16     Function name
17
18 Notes
19
20     Additional details
21
22
23 1.0.2 @ Sat Feb  3 16:25:09 PST 2001
24
25  Type   Name                Notes
26 -------------------------------------------------------------------------------
27 | N | libnet_build_vrrp | VRRP builder.
28 -------------------------------------------------------------------------------
29 | M | libnet_do_checksum | Added support for VRRP.
30 -------------------------------------------------------------------------------
31
32 1.0.1a @ Fri Apr  7 12:15:11 PDT 2000
33
34     None.
35
36 1.0.1a @ Wed Mar 29 15:12:24 PST 2000
37
38     None.
39
40 1.0.1 @ Sun Dec 19 10:42:00 PST 1999:
41
42     None.
43
44 1.0 @ Tue Oct 26 13:40:34 PDT 1999:
45
46     None.
47
48 0.99h:
49
50  Type   Name                Notes
51 -------------------------------------------------------------------------------
52 | M | libnet_open_raw_sock | For linux, added socket option SO_BROADCAST
53 -------------------------------------------------------------------------------
54
55 0.99g:
56
57  Type   Name                Notes
58 -------------------------------------------------------------------------------
59 | N | libnet_build_ospf  | OSPF packet builder (many new functions here --
60 |   |                    | see the manpage)
61 -------------------------------------------------------------------------------
62
63
64 0.99e:
65
66     None.
67
68 0.99d:
69
70  Type   Name                Notes
71 -------------------------------------------------------------------------------
72 | N | libnet_build_icmp_redirect | I should really write one large build_icmp
73 |   |                            | function.
74 |---|--------------------------------------------------------------------------
75 | M |libnet_init_packet          | Changed parameter 1. s/size_t/u_short/.
76 |---|--------------------------------------------------------------------------
77 | M |libnet_select_device | See CHANGELOG.
78 |---|--------------------------------------------------------------------------
79 | N |libnet_error         | Generic error handler.
80 |---|--------------------------------------------------------------------------
81 | N |libnet_plist_chain_new | See manpage.
82 |---|--------------------------------------------------------------------------
83 | N |libnet_plist_next_pair | See manpage.
84 |---|--------------------------------------------------------------------------
85 | N |libnet_plist_chain_dump| See manpage.
86 |---|--------------------------------------------------------------------------
87 | N |libnet_plist_chain_dump_string | See manpage.
88 |---|--------------------------------------------------------------------------
89 | N |libnet_plist_chain_free| See manpage.
90 -------------------------------------------------------------------------------
91
92
93 0.99c:
94
95  Type   Name             Notes
96 -------------------------------------------------------------------------------
97 | D | libnet_tcp_check  | Internal library function, not used by the programmer.
98 |   |                   | Shouldn't affect legacy code.
99 -------------------------------------------------------------------------------
100 | M | libnet_ip_check   | Removed archictecture specific assembly code.
101 |   |                   | Internal library function, not used by the programmer.
102 |   |                   | Shouldn't affect legacy code.
103 -------------------------------------------------------------------------------
104
105
106 EOF