-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
39 lines (39 loc) · 1.73 KB
/
CHANGELOG
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
2014-09-15 v0.6 [email protected]
- Add event ID code
- Add various checks to sanitize output contents
- Update output format and add header when using log-like output
- Add option '-e' to specify target character encoding to use when decoding
strings
- Code cleanup
2010-06-30 v0.5 [email protected]
- Fixed endianness handling.
evtViewer now can be run on big-endian architectures.
2006-12-15 v0.4 [email protected]
- More code cleanup
- Replace the [-d <s|l>] binary option by a [-l] switch
- Improved handling of file inputs, multiple files are now allowed :
e.g. 'evtViewer file1.evt file2.evt'
or 'evtViewer *.evt'
- New "truncating" options (cumulative in this order) :
- [-x <num>] to display the n first entries
- [-y <num>] to display the n last entries
- [-r <num>] to display result number <num>
2006-10-01 v0.3 [email protected]
- Code cleanup
- Allow STDIN instead of standard file for input
This allows syntaxes such as 'cat *.evt | ./evtViewer,
or ./evtViewer < *.evt'
- Filter options added : -n, -i, -t, -c
-n : show only events matching this record number
-i : show only events matching this id
-t : show only events matching this type
-c : show only events matching this category
- Display options added : s(tandard), (l)og-like
In log-like mode, events are displayed as in standard log files
(one entry per line)
2006-09-04 v0.2 [email protected]
- Added new event codes
- Added event strings management
- Improved 1st column display
2006-09-04 v0.1 [email protected]
- Initial version