Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libcrafter: metadata.xml ChangeLog
Date: Sat, 29 Nov 2014 12:13:06
Message-Id: 20141129121302.3BBCEB277@oystercatcher.gentoo.org
1 jer 14/11/29 12:13:02
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Update blurb.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.5 net-libs/libcrafter/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libcrafter/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 29 Nov 2014 12:08:21 -0000 1.4
23 +++ metadata.xml 29 Nov 2014 12:13:02 -0000 1.5
24 @@ -6,17 +6,25 @@
25 Libcrafter is a high level library for C++ designed to facilitate the creation
26 and decoding of network packets. It is able to craft or decode packets of most
27 common networks protocols, send them on the wire, capture them and match
28 -requests and replies. It enables the creation of networking tools in a few
29 -lines with a interface very similar to <pkg>net-analyzer/scapy</pkg>. A packet
30 -is described as layers that you stack one upon the other. Fields of each layer
31 -have useful default values that you can overload.
32 +requests and replies.
33 +It enables the creation of networking tools in a few lines with a interface
34 +very similar to <pkg>net-analyzer/scapy</pkg>.
35 +A packet is described as layers that you stack one upon the other. Fields of
36 +each layer have useful default values that you can overload.
37
38 The library is designed to be used in multithreaded programs where you can
39 combine several tasks simultaneously. For example, you can easily design
40 something that sniffs, mangles, and sends at the same time you are doing an
41 -ARP-Spoofing attack. It also contains a very naive implementation of the
42 -TCP/IP stack (fragmentation is no handled yet) at user level that enables
43 -working with TCP streams. This facilitates the creation of tools for data
44 -injection on arbitrary connections, IP spoofing and TCP/IP session hijacking.
45 +ARP-Spoofing attack.
46 +It also contains a very naive implementation of the TCP/IP stack (fragmentation
47 +is no handled yet) at user level that enables working with TCP streams. This
48 +facilitates the creation of tools for data injection on arbitrary connections,
49 +IP spoofing and TCP/IP session hijacking.
50 +
51 +Supported protocols are:
52 +
53 +Ethernet, SLL (Linux cooked-mode capture), ARP, DHCP, DHCP options, IP, IP
54 +options, IPv6, ICMP, ICMPv6, ICMP extensions, ICMPv6 extensions, TCP, TCP
55 +options, UDP and DNS
56 </longdescription>
57 </pkgmetadata>
58
59
60
61 1.6 net-libs/libcrafter/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?rev=1.6&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?rev=1.6&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libcrafter/ChangeLog?r1=1.5&r2=1.6
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v
70 retrieving revision 1.5
71 retrieving revision 1.6
72 diff -u -r1.5 -r1.6
73 --- ChangeLog 29 Nov 2014 12:08:21 -0000 1.5
74 +++ ChangeLog 29 Nov 2014 12:13:02 -0000 1.6
75 @@ -1,6 +1,9 @@
76 # ChangeLog for net-libs/libcrafter
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v 1.5 2014/11/29 12:08:21 jer Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libcrafter/ChangeLog,v 1.6 2014/11/29 12:13:02 jer Exp $
80 +
81 + 29 Nov 2014; Jeroen Roovers <jer@g.o> metadata.xml:
82 + Update blurb.
83
84 *libcrafter-0.3 (29 Nov 2014)