aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2018-05-02 10:14:57 +0200
committerAnders Broman <a.broman58@gmail.com>2018-05-02 11:03:14 +0000
commit3eb9ec7baf35af12b5e92b8e56ac46318ddf3d9c (patch)
tree50f21b1ee4fcb5a313f182c4692dfc1cfe6a9016
parent1a1550ba0a662d129c75d8b5a1eab620431103fe (diff)
NSIS: add descriptions for new plugins types
The installer is not presenting applicable text in the description box when highlighting the new file type and codec plugin options. Change-Id: I25fbc7800a594796ac8f4f15b39431a89b404d0e Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-on: https://code.wireshark.org/review/27248 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--packaging/nsis/wireshark.nsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 2904713a88..e7f899a5f3 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -1152,7 +1152,8 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${SecStatsTree} "Extended statistics."
!insertmacro MUI_DESCRIPTION_TEXT ${SecMate} "Plugin - Meta Analysis and Tracing Engine (Experimental)."
!insertmacro MUI_DESCRIPTION_TEXT ${SecTransum} "TRANSUM plugin - network and application performance analysis."
-
+ !insertmacro MUI_DESCRIPTION_TEXT ${SecWiretap} "Additional capture file support."
+ !insertmacro MUI_DESCRIPTION_TEXT ${SecCodec} "Additional codec support."
!insertmacro MUI_DESCRIPTION_TEXT ${SecProfiles} "Configuration profiles"
!ifdef SMI_DIR