OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / Libnet / doc / TODO-1.1
1 ===============================================================================
2     LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>
3                                http://www.packetfactory.net/libnet
4 ===============================================================================
5
6
7     1.1 TODO list
8
9     - libnet_name_resolve returns -1 upon error which equates to
10       255.255.255.255.  Paramterize this function (breaking compatibility).
11       Thankz for Kyle Hargraves
12       for pointing this out.
13     - Completely redesign the interface.  Proposed is a `blob` interface
14       incorporating a generic libnet blob datatype that is cast into a
15       packet type by way of a macro.
16
17     - Portable arp lookup, which necessitaes portable route table lookups.
18
19     - Absorb libpcap into libnet?
20
21 EOF