[bd2e4af] | 1 | libtrace 4.0.0 |
---|
[72429bd] | 2 | |
---|
| 3 | --------------------------------------------------------------------------- |
---|
[3e5518a] | 4 | Copyright (c) 2007-2015 The University of Waikato, Hamilton, New Zealand. |
---|
[72429bd] | 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 | |
---|
[0ae5feb] | 11 | See INSTALL for instructions on how to install libtrace. |
---|
[72429bd] | 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 | |
---|
[389dd77] | 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 |
---|
[9681645] | 26 | http://research.wand.net.nz/software/libtrace.php |
---|
[a7c8f4a] | 27 | |
---|
| 28 | Bugs should be reported by either emailing contact@wand.net.nz or filing |
---|
| 29 | an issue at https://github.com/wanduow/libtrace |
---|
[72429bd] | 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 | |
---|
[389dd77] | 34 | A detailed ChangeLog can be found on the libtrace wiki: |
---|
[a7c8f4a] | 35 | https://github.com/wanduow/libtrace/wiki/ChangeLog |
---|
[8365c66] | 36 | |
---|
| 37 | Documentation, usage instructions and a detailed tutorial can also found |
---|
| 38 | on the libtrace wiki. |
---|
[72429bd] | 39 | |
---|
[389dd77] | 40 | For further information, please contact the WAND group. See |
---|
| 41 | http://www.wand.net.nz/ for details. |
---|