Add documentation entry for new offset/size configuration option

This commit is contained in:
baldurk
2024-01-26 12:02:35 +00:00
parent 775031c59b
commit 04bfedcdd5
+8
View File
@@ -100,6 +100,14 @@ Examples:
* With a value of 2, ``123456789.0`` will be displayed as *1.2345E8*
---------------
| :guilabel:`Offset or size fields format mode` Default: ``Auto``
Any fields which are displayed in the UI that represent byte offsets or sizes can be configured to display as either decimal, hexadecimal, or automatic.
In the default automatic mode the fields will be shown as decimal for small values up to a given threshold, and as hexadecimal for larger values. With this option they can be instead forced to always display as one or the other.
---------------
| :guilabel:`Directory for temporary capture files` Default: ``%TEMP%``