Annotation of embedaddon/libnet/doc/PORTED, revision 1.1.1.1

1.1       misho       1: ===============================================================================
                      2:     $Id: PORTED,v 1.2 2004/01/03 20:31:00 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.0 PORTED OPERATING SYSTEMS
                      9:  
                     10:     If you verify libnet building and running successfully (sample code works)
                     11:     on a platform not listed here please send email to mike@infonexus.com.
                     12: 
                     13:     - BSD/OS
                     14:       4.x
                     15: 
                     16:     - Cygwin
                     17:       - requires winpcap (http://netgroup-serv.polito.it/winpcap) and pcap
                     18:         header files copied to /usr/include/pcap/ and the library files to 
                     19:         be copied to /usr/lib/
                     20: 
                     21:     - FreeBSD
                     22:       version?
                     23: 
                     24:     - HPUX
                     25:       11.0
                     26: 
                     27:     - Linux
                     28:       2.0.x
                     29:       2.2.x
                     30:       2.4.x
                     31: 
                     32:     - OpenBSD
                     33:       2.x
                     34:       3.x
                     35: 
                     36:     - OS/X
                     37:       version?
                     38: 
                     39:     - Solaris
                     40:       2.x
                     41:       7
                     42:       8
                     43:       9
                     44: 
                     45: EOF

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>