File: description

package info (click to toggle)
rust-upstream-ontologist 0.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,968 kB
  • sloc: xml: 186; python: 13; sh: 12; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
This directory contains source code for libtrace, a userspace library for
processing of network traffic capture from live interfaces or from offline
traces.

libtrace was primarily designed for use with the real-time interface to the
Waikato DAG Capture Point software running at The University of Waikato,
and has been since extended to a range of other trace and interface formats.

In version 4.0, we have introduced an API for processing packets in parallel
using multiple threads. See libtrace_parallel.h for a detailed description
of the API.