metadata.xml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>netmon@gentoo.org</email>
  6. <name>Gentoo network monitoring and analysis project</name>
  7. </maintainer>
  8. <longdescription>
  9. Libnet is a high-level API (toolkit) allowing the application
  10. programmer to construct and inject network packets. It provides a
  11. portable and simplified interface for low-level network packet
  12. shaping, handling and injection. Libnet hides much of the tedium
  13. of packet creation from the application programmer such as
  14. multiplexing, buffer management, arcane packet header
  15. information, byte-ordering, OS-dependent issues, and much more.
  16. Libnet features portable packet creation interfaces at the IP
  17. layer and link layer, as well as a host of supplementary and
  18. complementary functionality. Using libnet, quick and simple
  19. packet assembly applications can be whipped up with little
  20. effort. With a bit more time, more complex programs can be
  21. written (Traceroute and ping were easily rewritten using libnet
  22. and libpcap).
  23. </longdescription>
  24. <upstream>
  25. <remote-id type="sourceforge">libnet-dev</remote-id>
  26. </upstream>
  27. </pkgmetadata>