File: CHANGELOG-NEWFUNCTIONS

package info (click to toggle)
libnet 1.0.2a-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,672 kB
  • ctags: 840
  • sloc: ansic: 9,061; sh: 3,607; makefile: 413
file content (106 lines) | stat: -rw-r--r-- 3,686 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
===============================================================================
    LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
                               http://www.packetfactory.net/libnet
===============================================================================

Key:

Type

    N       New function to the library
    M       Modified existing function
    D       Deleted function

Name

    Function name

Notes

    Additional details


1.0.2 @ Sat Feb  3 16:25:09 PST 2001

 Type   Name                Notes
-------------------------------------------------------------------------------
| N | libnet_build_vrrp | VRRP builder.
-------------------------------------------------------------------------------
| M | libnet_do_checksum | Added support for VRRP.
-------------------------------------------------------------------------------

1.0.1a @ Fri Apr  7 12:15:11 PDT 2000

    None.

1.0.1a @ Wed Mar 29 15:12:24 PST 2000

    None.

1.0.1 @ Sun Dec 19 10:42:00 PST 1999:

    None.

1.0 @ Tue Oct 26 13:40:34 PDT 1999:

    None.

0.99h:

 Type   Name                Notes
-------------------------------------------------------------------------------
| M | libnet_open_raw_sock | For linux, added socket option SO_BROADCAST
-------------------------------------------------------------------------------

0.99g:

 Type   Name                Notes
-------------------------------------------------------------------------------
| N | libnet_build_ospf  | OSPF packet builder (many new functions here --
|   |                    | see the manpage)
-------------------------------------------------------------------------------


0.99e:

    None.

0.99d:

 Type   Name                Notes
-------------------------------------------------------------------------------
| N | libnet_build_icmp_redirect | I should really write one large build_icmp
|   |                            | function.
|---|--------------------------------------------------------------------------
| M |libnet_init_packet          | Changed parameter 1. s/size_t/u_short/.
|---|--------------------------------------------------------------------------
| M |libnet_select_device | See CHANGELOG.
|---|--------------------------------------------------------------------------
| N |libnet_error         | Generic error handler.
|---|--------------------------------------------------------------------------
| N |libnet_plist_chain_new | See manpage.
|---|--------------------------------------------------------------------------
| N |libnet_plist_next_pair | See manpage.
|---|--------------------------------------------------------------------------
| N |libnet_plist_chain_dump| See manpage.
|---|--------------------------------------------------------------------------
| N |libnet_plist_chain_dump_string | See manpage.
|---|--------------------------------------------------------------------------
| N |libnet_plist_chain_free| See manpage.
-------------------------------------------------------------------------------


0.99c:

 Type   Name             Notes
-------------------------------------------------------------------------------
| D | libnet_tcp_check  | Internal library function, not used by the programmer.
|   |                   | Shouldn't affect legacy code.
-------------------------------------------------------------------------------
| M | libnet_ip_check   | Removed archictecture specific assembly code.
|   |                   | Internal library function, not used by the programmer.
|   |                   | Shouldn't affect legacy code.
-------------------------------------------------------------------------------


EOF