jer 14/11/29 12:13:02 Modified: metadata.xml ChangeLog Log: Update blurb. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.5 net-libs/libcrafter/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libcrafter/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 29 Nov 2014 12:08:21 -0000 1.4 +++ metadata.xml 29 Nov 2014 12:13:02 -0000 1.5 @@ -6,17 +6,25 @@ 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 <pkg>net-analyzer/scapy</pkg>. 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. +requests and replies. +It enables the creation of networking tools in a few lines with a interface +very similar to <pkg>net-analyzer/scapy</pkg>. +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. +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. + +Supported protocols are: + +Ethernet, SLL (Linux cooked-mode capture), ARP, DHCP, DHCP options, IP, IP +options, IPv6, ICMP, ICMPv6, ICMP extensions, ICMPv6 extensions, TCP, TCP +options, UDP and DNS </longdescription> </pkgmetadata> 1.6 net-libs/libcrafter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 29 Nov 2014 12:08:21 -0000 1.5 +++ ChangeLog 29 Nov 2014 12:13:02 -0000 1.6 @@ -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.5 2014/11/29 12:08:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v 1.6 2014/11/29 12:13:02 jer Exp $ + + 29 Nov 2014; Jeroen Roovers <[email protected]> metadata.xml: + Update blurb. *libcrafter-0.3 (29 Nov 2014)
