File: CHANGELOG

package info (click to toggle)
traffic-vis 0.34-3
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 356 kB
  • ctags: 436
  • sloc: ansic: 4,029; makefile: 144; perl: 82; sh: 25
file content (200 lines) | stat: -rw-r--r-- 5,260 bytes parent folder | download | duplicates (3)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
* Thu, 08-Arp-1999 Damien Miller <dmiller@ilogic.com.au>

- Added variable thickness inter-peer lines in the postscript
  frontend. Based on a patch by Botond Tarnay <tbotond@netx.hu>

- Added options to specify custom title and suppress printing 
  of times on postscript output. Suggestion from Botond Tarnay
  <tbotond@netx.hu>

* Sat, 27-Mar-1999 Damien Miller <dmiller@ilogic.com.au>

- Added commandline option to traffic-tops to set the width of 
  the inter-host lines. Suggestion From Botond Tarnay 
  <tbotond@netx.hu>

- Modified timestamping code to use time from pcap rather than
  system time. This means that reports generated from pcap 
  files will have the correct timestamps (i.e when the file
  was recorded). Problem report from otond Tarnay 
  <tbotond@netx.hu>

- traffic-togif now checks for ghostscript and other needed 
  programs and complains loudly when it can't find them.

- traffic-togif now uses a ppm file for its intermediate 
  processing rather than a pnm file which many ghostscrips had
  problems with.

- Added detection of 0.0.0.0 and 255.255.255.255 addresses in 
  DNS resolution code. Suggested by Bruce MacKay <bmack@netcom.ca>

* Mon, 15-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Fixed peers bug in traffic-collector. Bug reported by Yannick 
  Le Briquer <yannick.lebriquer@wanadoo.fr>.

- Fixed printing of per-host times in htmlfe. Fix provided by 
  Yannick Le Briquer <yannick.lebriquer@wanadoo.fr>.

* Sun, 14-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Fixed traffic-collector to handle multiple SIGUSR2 signals.
  Fix provided by Jonathan Yarden <jyarden@catbox.bluegrass.net>

* Thu, 11-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Added tcp, udp and ip headers to packet-headers.h (copied from
  glibc's include files) and modified packet-parse.h to use them

- Fixed error behaviour for recursive make

- Fixed permission for make install

- Minor cosmetic fixes

* Wed, 10-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Modified all remaining tools to accept --input and --output options

* Wed, 10-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Modified to allow building with static glib without patches

* Wed, 10-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Added traffic-exclude program and manpage.
  Based on a suggestion from Gerhard Stroessner <gerhard@hof.net>

- Added parse_address_and_mask function to util.[ch]

- Fixed bug in limit_hosts_by_address function

* Wed, 10-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Updated TODO

- Tidied Makefiles

- Renamed some functions in limit-report.[ch]

- Added limit_hosts_by_address function to limit-report.[ch] 
  Based on a suggestion from Gerhard Stroessner <gerhard@hof.net>

- Moved DNS resolutions routines to report.[ch]

- Delete redundant files utils/resolve-hosts.[ch]

- Fixed some typos in traffic-resolve manpage

- Fixed version function for traffic-resolve

- Fixed bug in quiet mode for traffic-resolve 

* Wed, 03-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Fixed traffic-togif script

* Tue, 02-Feb-1999 Damien Miller <dmiller@ilogic.com.au>

- Postscript generation fixes

- Added traffic-togif script

* Mon, 01-Feb-1998 Damien Miller <dmiller@ilogic.com.au>

- Manpage fixes

- Host/peer read order fixes

- textfe display fixes

- Added BUGS file

- Added "install" makefile target

* Sat, 30-Jan-1999 Damien Miller <dmiller@ilogic.com.au

- Reorganisation continues. 

- Added traffic-sort program and manpage

- Added traffic-resolve program and manpage. 

- Added frontends - traffic-tops, traffic-tohtml, traffic-totext and
  manpages.

- Added --timestamp option to traffic-collector. 

- Fixed numerous bugs

- Added traffic-vis manpage

- Tidied source

- Updated spec file

* Wed, 27-Jan-1999 Damien Miller <dmiller@ilogic.com.au

- Major reorganisation. Seperated monolithic traffic-vis 
  program into traffic-collector, traffic-sort,
  traffic-limit and frontend code.

* Sun, 06-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Minor portability fixes

- Now uses glib string helper functions wherever possible

- Renamed pinfo_t -> packet_info_t

* Wed, 02-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Added time limit for collection

* Wed, 02-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Added printing of start and finish times

- Fixed random positioning of hosts in Postscript mode

- Modularised code

* Wed, 02-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Postscript layout fixes

- Random sort order

- resort_host_list() function

- Primitive attempt a vertical centering of text

- Disabled drawing of hosts polygon

* Wed, 02-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Fixed lockup in Postscript generator

* Tue, 01-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Added peliminary Postscript report generator

* Tue, 01-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Added -no-dns flag

- Added "resolving hostnames" message

* Tue, 01-Dec-1998 Damien Miller <dmiller@ilogic.com.au>

- Fixed timeout bug: traffic-vis would spontaneously exit in low traffic
  situations.

- Added HTML report generation

- Changed commandline options slightly

* Sun, 29-Nov-1998 Damien Miller <dmiller@ilogic.com.au>

- Initial public release