1 | libtrace 4.0.0 |
---|
2 | |
---|
3 | --------------------------------------------------------------------------- |
---|
4 | Copyright (c) 2007-2015 The University of Waikato, Hamilton, New Zealand. |
---|
5 | All rights reserved. |
---|
6 | |
---|
7 | This code has been developed by the University of Waikato WAND |
---|
8 | research group. For further information please see http://www.wand.net.nz/. |
---|
9 | --------------------------------------------------------------------------- |
---|
10 | |
---|
11 | See INSTALL for instructions on how to install libtrace. |
---|
12 | |
---|
13 | This directory contains source code for libtrace, a userspace library for |
---|
14 | processing of network traffic capture from live interfaces or from offline |
---|
15 | traces. |
---|
16 | |
---|
17 | libtrace was primarily designed for use with the real-time interface to the |
---|
18 | Waikato DAG Capture Point software running at The University of Waikato, |
---|
19 | and has been since extended to a range of other trace and interface formats. |
---|
20 | |
---|
21 | In version 4.0, we have introduced an API for processing packets in parallel |
---|
22 | using multiple threads. See libtrace_parallel.h for a detailed description |
---|
23 | of the API. |
---|
24 | |
---|
25 | Further information about libtrace, see |
---|
26 | http://research.wand.net.nz/software/libtrace.php |
---|
27 | |
---|
28 | Bugs should be reported by either emailing contact@wand.net.nz or filing |
---|
29 | an issue at https://github.com/wanduow/libtrace |
---|
30 | |
---|
31 | It is licensed under the GNU General Public License (GPL) version 2. Please |
---|
32 | see the included file GPL for details of this license. |
---|
33 | |
---|
34 | A detailed ChangeLog can be found on the libtrace wiki: |
---|
35 | https://github.com/wanduow/libtrace/wiki/ChangeLog |
---|
36 | |
---|
37 | Documentation, usage instructions and a detailed tutorial can also found |
---|
38 | on the libtrace wiki. |
---|
39 | |
---|
40 | For further information, please contact the WAND group. See |
---|
41 | http://www.wand.net.nz/ for details. |
---|