diff --git a/docs/doxygen-user/android_analyzer.dox b/docs/doxygen-user/android_analyzer.dox index 93e88ff049..8b6b75fa76 100755 --- a/docs/doxygen-user/android_analyzer.dox +++ b/docs/doxygen-user/android_analyzer.dox @@ -41,6 +41,10 @@ The results show up in the tree under "Results", "Extracted Content". \image html android_analyzer_output.PNG +Messages can also be seen by browsing to the source file in the Data Sources tree, which will display the messages in the Results Viewer to the right. Any messages with attachments will be shown under the source file in the tree, and the attachments can be seen in the Result Viewer. + +\image html messages_datasource_tree.png + */ diff --git a/docs/doxygen-user/email_parser.dox b/docs/doxygen-user/email_parser.dox index 550ad2b67a..ce3796bd43 100755 --- a/docs/doxygen-user/email_parser.dox +++ b/docs/doxygen-user/email_parser.dox @@ -27,4 +27,8 @@ The results of this show up in the "Results", "E-Mail Messages" portion of the t \image html email_results.PNG +The results can also be seen by browsing to the source file in the Data Sources tree, which will display the messages in the Results Viewer to the right. Any messages with attachments will be shown under the source file, and the attachments can be seen in the Result Viewer by selecting the message. + +\image html email_datasource_tree.png + */ diff --git a/docs/doxygen-user/images/email_datasource_tree.png b/docs/doxygen-user/images/email_datasource_tree.png new file mode 100644 index 0000000000..d78039867e Binary files /dev/null and b/docs/doxygen-user/images/email_datasource_tree.png differ diff --git a/docs/doxygen-user/images/messages_datasource_tree.png b/docs/doxygen-user/images/messages_datasource_tree.png new file mode 100644 index 0000000000..b8ff011502 Binary files /dev/null and b/docs/doxygen-user/images/messages_datasource_tree.png differ