Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

libnet version 1.0.2a

Google
 

libnet version 1.0.2a

Libnet is a high-level API (toolkit) allowing the application programmer to construct and inject network packets. It provides a portable and simplified interface for low-level network packet shaping, handling and injection. Libnet hides much of the tedium of packet creation from the application programmer such as multiplexing, buffer management, arcane packet header information, byte-ordering, OS-dependent issues, and much more. Libnet features portable packet creation interfaces at both the IP-layer and link-layer, as well as a host of supplementary and complementary functionality. Using libnet, quick and simple packet assembly applications can be whipped up with little effort. With a bit more time, more complex programs can be written (Traceroute and Ping were easily rewritten using libnet and libpcap).


Site: http://www.packetfactory.net/
Source URL: files/Libraries/libnet version 1.0.2a/Libnet-1.0.2a.tar.gz
Category: Libraries
Hits: 3666
Rating: 10
Added: 2007-10-10 17:22:55
Updated: 2009-02-08 14:01:15
Tested on:
Fedora Core    install.sh
10
11
OpenSUSE    install.sh
10
11
Ubuntu    install.sh
7.10
8.10
9.10

Comments:

Before you install the software, make sure you change the libnet.h file in the include directory. The file contains the following lines:
#if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN)
#error "byte order has not been specified, youll
need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the
documentation regarding the libnetconfig script."
#endif
Make sure that the error message is on one line, instead off 3.

by marc at 2007-10-15 16:06:50

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy