jer         14/06/27 13:08:20

  Modified:             ChangeLog metadata.xml
  Log:
  Add <longdescription> based on the README.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.3                  net-libs/libcrafter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   26 Jun 2014 23:06:46 -0000      1.2
+++ ChangeLog   27 Jun 2014 13:08:20 -0000      1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libcrafter
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v 1.2 
2014/06/26 23:06:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v 1.3 
2014/06/27 13:08:20 jer Exp $
+
+  27 Jun 2014; Jeroen Roovers <j...@gentoo.org> metadata.xml:
+  Add <longdescription> based on the README.
 
   26 Jun 2014; Jeroen Roovers <j...@gentoo.org> 
libcrafter-0.2_p20140626.ebuild:
   Marked ~x86 too.



1.2                  net-libs/libcrafter/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libcrafter/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml        26 Jun 2014 22:08:22 -0000      1.1
+++ metadata.xml        27 Jun 2014 13:08:20 -0000      1.2
@@ -5,4 +5,21 @@
 <use>
 <flag name='pcap'>Use <pkg>net-libs/libpcap</pkg> for packet capturing</flag>
 </use>
+<longdescription lang='en'>
+Libcrafter is a high level library for C++ designed to facilitate the creation
+and decoding of network packets. It is able to craft or decode packets of most
+common networks protocols, send them on the wire, capture them and match
+requests and replies. It enables the creation of networking tools in a few
+lines with a interface very similar to Scapy. A packet is described as layers
+that you stack one upon the other. Fields of each layer have useful default
+values that you can overload.
+
+The library is designed to be used in multithreaded programs where you can
+combine several tasks simultaneously. For example, you can easily design
+something that sniffs, mangles, and sends at the same time you are doing an
+ARP-Spoofing attack. It also contains a very naive implementation of the
+TCP/IP stack (fragmentation is no handled yet) at user level that enables
+working with TCP streams. This facilitates the creation of tools for data
+injection on arbitrary connections, IP spoofing and TCP/IP session hijacking.
+</longdescription>
 </pkgmetadata>




Reply via email to