diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-19 09:59:31 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:23 +0100 |
commit | 514dc5b08b6769271073eb4bbe54a6aecb09b750 (patch) | |
tree | 2e040d735334a57a4db14f92c35c55b33f31cd54 /net-libs | |
parent | net-firewall/xtables-addons: align longdescription opening and closing tags (diff) | |
download | gentoo-514dc5b08b6769271073eb4bbe54a6aecb09b750.tar.gz gentoo-514dc5b08b6769271073eb4bbe54a6aecb09b750.tar.bz2 gentoo-514dc5b08b6769271073eb4bbe54a6aecb09b750.zip |
net-libs/libcrafter: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libcrafter/metadata.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/net-libs/libcrafter/metadata.xml b/net-libs/libcrafter/metadata.xml index 9ca1b88ad3e0..c2c7d39d90bf 100644 --- a/net-libs/libcrafter/metadata.xml +++ b/net-libs/libcrafter/metadata.xml @@ -6,30 +6,30 @@ <name>Gentoo network monitoring and analysis project</name> </maintainer> <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 <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. + 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. -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. + 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. -Supported protocols are: + 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> + 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> <upstream> <remote-id type="github">pellegre/libcrafter</remote-id> </upstream> |