-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflstats.vtml
59 lines (59 loc) · 1.54 KB
/
flstats.vtml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html><head>
<title> Extract flow statistics from a tcpdump -w file
</title></head><body>
<!--$Id: flstats.vtml,v 1.1 1996/03/28 04:09:06 minshall Exp $ -->
<h1>
<em>FLSTATS</em>
</h1>
<dl>
<dt>
<b>Description</b>
<dd>
<em>Flstats</em> is program for extracting flow statistics
from trace files created using the <b>-w</b> argument to
<a href=ftp://ftp.ee.lbl.gov/tcpdump.tar.Z><em>tcpdump</em></a>.
<dt>
<b>Requirements</b>
<dd>
<em>Flstats</em> is fairly modest in its requirements. It does, however,
require the <a href=ftp://ftp.ee.lbl.gov/libpcap.tar.Z><em>packet capture
library (libpcap)</em></a>.
<dt>
<b>Limitations</b>
<dd>
It would be good if flstats understood more trace file formats.
<br>
<em>Flstats</em> should work on more platforms.
<br>
<em>Flstats</em> could run substantially faster.
<dt>
<b>Acknowledgements</b>
<dd>
Written by Greg Minshall of Ipsilon Networks, Inc.
<br>
Report bugs to
<a href=mailto:[email protected]><em>[email protected]</em></a>.
<dt>
<b>Version</b>
<dd>
The current release is __VERSION__, dated __DATE__.
<dt>
<b>Restrictions</b>
<dd>
The software is copyrighted by Ipsilon Networks, Inc.
(a "BSD-style" copyright). See the beginning of the source file
<em>flstats.c</em> for details.
This copyright essentially means you can redistribute
the software freely, provided you keep the authorship information intact.
<dt>
<b>Documentation</b>
<dd>
A
<a href=http:flstats.0.txt>man page</a>.
<dt>
<b>Distribution</b>
<dd>
Available in
<a href="flstats-__VERSION__.tar.Z"> compressed <em>tar</em></a> format.
</dl>
</body></html>