Source: libcrafter
Section: utils
Priority: optional
Maintainer: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Uploaders: Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org>
Build-Depends: debhelper-compat (= 13), libpcap-dev
Standards-Version: 4.5.1
Homepage: https://github.com/pellegre/libcrafter

Package: libcrafter
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library to generate and sniff network packets
 Libcrafter is a high level library for C++ designed to make 
 easier the creation and decoding of network packets. It is 
 able to craft or decode packets of most common network 
 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 an 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. 
