forked from nevil-brownlee/python-libtrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (22 loc) · 1.16 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
$Header$
python-libtrace
Copyright (c) 2015, Nevil Brownlee, U Auckland | WAND
This code is a set of Python bindings for libtrace, whose copyright notice
appears below.
---------------------------------------------------------------------------
Copyright (c) 2007-2008 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/.
---------------------------------------------------------------------------
It is licensed under the GNU General Public License (GPL) version 3. Please
see the included file GPL (filename: LICENSE) for details of this license.
python-libtrace is not a complete set of all the libtrace routines,
rather it's a somewhat simplified set, intended as an easy-to-use
toolkit, and one that should be suitable for netwoking students.
In particular, I have used (more or less) the original field names
within the various header decodes.
Any user feedback - bug reports, suggetsions for improvements, etc -
is welcome. Please email
Nevil Brownlee: [email protected]
Sat, 15 Mar 14 (PDT)