Update TODO

This commit is contained in:
Martin Lund 2024-04-27 15:45:34 +02:00
parent 76de9b890e
commit 588ac3e8ac

10
TODO
View file

@ -1,6 +1,4 @@
* Add additional hex mode formats * Support traditional hex output format such as:
- Support traditional hex output format such as:
00000000 74 65 73 74 20 74 65 73 74 20 74 65 73 74 20 74 |test test test t| 00000000 74 65 73 74 20 74 65 73 74 20 74 65 73 74 20 74 |test test test t|
00000010 65 73 74 64 66 0a 61 0a 66 61 0a 66 0a 61 73 66 |estdf.a.fa.f.asf| 00000010 65 73 74 64 66 0a 61 0a 66 61 0a 66 0a 61 73 66 |estdf.a.fa.f.asf|
@ -11,12 +9,6 @@
00000060 65 32 31 64 73 77 65 64 0a 0a |e21dswed..| 00000060 65 32 31 64 73 77 65 64 0a 0a |e21dswed..|
0000006a 0000006a
With configurable width output (4, 8, 16 bytes etc.). E.g. config file:
hex-mode-width = 16
With and without timestamp support for each broken up line.
* Add support for activity based time stamping in normal output mode * Add support for activity based time stamping in normal output mode
Already supported in hex output mode. Already supported in hex output mode.