Annotation of embedaddon/libnet/doc/html/index.html, revision 1.1.1.2
1.1.1.2 ! misho 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
! 2: <html xmlns="http://www.w3.org/1999/xhtml">
! 3: <head>
! 4: <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
1.1 misho 5: <title>libnet: Libnet Packet Assembly Library</title>
1.1.1.2 ! misho 6: <link href="tabs.css" rel="stylesheet" type="text/css"/>
! 7: <link href="doxygen.css" rel="stylesheet" type="text/css"/>
! 8: </head>
! 9: <body>
! 10: <!-- Generated by Doxygen 1.7.4 -->
! 11: <div id="top">
! 12: <div id="titlearea">
! 13: <table cellspacing="0" cellpadding="0">
! 14: <tbody>
! 15: <tr style="height: 56px;">
! 16: <td style="padding-left: 0.5em;">
! 17: <div id="projectname">libnet <span id="projectnumber">1.1</span></div>
! 18: </td>
! 19: </tr>
! 20: </tbody>
! 21: </table>
! 22: </div>
! 23: <div id="navrow1" class="tabs">
! 24: <ul class="tablist">
! 25: <li class="current"><a href="index.html"><span>Main Page</span></a></li>
! 26: <li><a href="files.html"><span>Files</span></a></li>
! 27: </ul>
! 28: </div>
! 29: </div>
! 30: <div class="header">
! 31: <div class="headertitle">
! 32: <div class="title">Libnet Packet Assembly Library </div> </div>
! 33: </div>
! 34: <div class="contents">
! 35: <div class="textblock"><h2><a class="anchor" id="intro"></a>
! 36: Overview</h2>
! 37: <p>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 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 <a href="www.tcpdump.org">libpcap</a>). </p>
! 38: </div></div>
! 39: <hr class="footer"/><address class="footer"><small>Generated on Thu Mar 29 2012 14:19:18 for libnet by 
1.1 misho 40: <a href="http://www.doxygen.org/index.html">
1.1.1.2 ! misho 41: <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
1.1 misho 42: </body>
43: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>