-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
41 lines (29 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
libtrace 4.0.0
---------------------------------------------------------------------------
Copyright (c) 2007-2015 The University of Waikato, Hamilton, New Zealand.
All rights reserved.
This code has been developed by the University of Waikato WAND
research group. For further information please see http://www.wand.net.nz/.
---------------------------------------------------------------------------
See INSTALL for instructions on how to install libtrace.
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.
Further information about libtrace, see
http://research.wand.net.nz/software/libtrace.php
Bugs should be reported by either emailing [email protected] or filing
an issue at https://github.com/wanduow/libtrace
It is licensed under the GNU General Public License (GPL) version 2. Please
see the included file GPL for details of this license.
A detailed ChangeLog can be found on the libtrace wiki:
https://github.com/wanduow/libtrace/wiki/ChangeLog
Documentation, usage instructions and a detailed tutorial can also found
on the libtrace wiki.
For further information, please contact the WAND group. See
http://www.wand.net.nz/ for details.