Merge pull request #6037 from APriestman/6572_fixImageCapitalization

6572 Fix capitalization mismatches for doxygen images.
This commit is contained in:
Richard Cordovano 2020-06-30 13:31:14 -04:00 committed by GitHub
commit a21abb84c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -57,7 +57,7 @@ If you right-click on a case, you can open it, see the log, delete the case, or
Note that you can select multiple cases at once to delete. If you choose to delete a case (or cases), you'll see the following confirmation dialog:
\image html case_delete_confirm.png
\image html AutoIngest/case_delete_confirm.png
\section auto_ingest_admin_health_monitor Health Monitor

View File

@ -22,7 +22,7 @@ Ingest Settings
------
The run-time setting for this module allows you to choose whether to keep corrupted files.
\image html photo_rec_settings.png
\image html photo_rec_settings.PNG
Also note that the "Run ingest modules on" selection needs to include unallocated space for this module to run.

View File

@ -22,7 +22,7 @@ At this point there are three options:
- New tag -- Create a new tag and add it to the file/result
\image html tagging_new_tag.png
\image html tagging_new_tag.PNG
There are several default tag names:
- Bookmark - Default tag for marking files of interest

View File

@ -56,7 +56,7 @@ VHD is a file format used by Microsoft Virtual Machines that is readable by Wind
To create a sparse VHD, check the box for "Make a VHD image..." when selecting the disk to analyze.
\image html createVHD.png
\image html triage/createVHD.png
\section triage_scenarios Scenarios

View File

@ -5,12 +5,12 @@ The user interface quick search feature allows you to search within the data on
How to use it
-----
In order to use the search you need to select any item in the area you wish to search, and start typing. If user interface quick search is available in the area you have selected a search field will appear in the bottom left hand corner of the area. As you type the string you are searching for it will auto-update to select one of the results which matches your string. You can switch between the results which match the string you have typed with the up and down keys. The search does not support the use of regular expressions but will match against any sub-sting in the fields it searches, not just at the beginning of the field.
\image html quick_search_result.PNG
\image html quick_search_result.png
Configuration
-----
By default the search will match against the data in all fields which are in the currently selected area. The search will also ignore case by default. If you want to change either of these default behaviors you can click the magnifying glass with the down arrow icon and configure which columns will be searched as well as if the search should ignore case.
\image html quick_search_configuration.PNG
\image html quick_search_configuration.png
Where it can be used
-----

View File

@ -14,7 +14,7 @@ If you have a disk image associated with your memory image, ingest the disk imag
On the next screen, you can select your memory image and then adjust the settings to choose a profile and which Volatility plugins to run.
\image html volatility_dsp_config.png
\image html volatility_dsp_config.PNG
Next you'll see the ingest module configuration panel. No ingest modules will be run when using the Volatility data source processor, so simply hit the "Next" button. When it finishes, you may have some non-critical errors. These frequently come from the data source processor being unable to find files in the original disk image. If you did not add the associated disk image before running the Volatility data source processor on the memory image, there will be a large number of these errors but the Volatility module output will still be available.