-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
51 lines (31 loc) · 1.41 KB
/
NEWS
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
Version 0.21b (September 12, 2010):
* Following options were added by Andrey Mukhin <[email protected]>:
-t -- add time to the output
-x -- add date & time to the output
-o -- convert end-of-line characters to '.'
Version 0.21
Version 0.20 (February 26, 2001):
* A bug was fixed that caused out-of-order reassembly to generate
seemingly very large files on some systems (specifically, those that
support fgetpos/fsetpos).
* Bug fixed that caused the interface to be left in promiscuous mode
after tcpflow terminated
* The -r option was added, contributed by Jose M. Alcaide
* We now distribute tcpflow RPMs, thanks to a spec file submitted by
Ross Golder <[email protected]>.
Version 0.12 (April 20, 1999):
* Now compiles under IRIX, and using non-GCC compilers.
* Workaround for the Linux/libpcap bug that prevented tcpflow from
listening to packets on the Linux loopback interface. It's not
perfect -- it appears impossible to install a libpcap filtering
expression when listening to the Linux loopback interface. Thus,
*all* flows on that interface are recorded. Someday I may try to
fix either libpcap or the Linux kernel so that this workaround is
not necessary.
Version 0.11 (April 13, 1999):
* Support for older (libc5) Linux systems (submitted by Johnny Tevessen
* Some minor fixes.
Version 0.10 (April 12, 1999):
* First public release.