tcpdump mailing list archives

[Web] Request for new related project


From: Esteban Pellegrino <pellegre.esteban () gmail com>
Date: Fri, 22 Jun 2012 21:26:29 -0300

Name of the proyect: libcrafter

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<http://www.secdev.org/projects/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 makes easier the creation of tools for data
injection on arbitrary connections, IP spoofing and TCP/IP session
hijacking.

Link: http://code.google.com/p/libcrafter/

Sender: Esteban Pellegrino
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.


Current thread: