DPMI / libcap_utils

DPMI capture utilities
GNU General Public License v2.0
5 stars 1 forks source link

DPMI capture utilities (libcap_utils)

Build Status Documentation

Library and tools for working with network packet streams (traces) from a DPMI MA (measurement area) with one or more measurement points.

It features tools for working with captured traces, including capture, splitting, merging, filtering, converting and displaying traces. Offline traces are similar to pcap (tcpdump, wireshark) but contains additional metadata and higher precision timestamps but most tools work just as well with live streams.

The library serves as a starting point for writing consumers which can perform live or offline analyzis (e.g. bitrate, oneway-delay, etc) of the captured streams (traces).

Documentation

Documentation is available at http://libcap-utils.readthedocs.io/en/latest/. The public API headers also contains lots of documentations for library usage.

Installing

See Installing for details.

autoreconf -si
mkdir build; cd build
../configure 
make
sudo make install

Usage

Most tools have manpages and all of them support --help.

Patches

The preferred way to submit patches is to fork the project and submit a pull request. You can also email patches generated using git format-patch or a regular diff -u.

-- Version history