diff options
author | Gerald Combs <gerald@wireshark.org> | 2019-12-01 22:02:58 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2019-12-02 01:30:32 +0000 |
commit | 63945535ac9232f74abe14c76024ff4c2a542137 (patch) | |
tree | ac2a82ce31ac8577bf9b0513d29f004928896c2a /packaging | |
parent | 8dcd1e2bcd1037f6ee2f7e5ec6e853006c4f2634 (diff) | |
download | wireshark-63945535ac9232f74abe14c76024ff4c2a542137.tar.gz wireshark-63945535ac9232f74abe14c76024ff4c2a542137.tar.bz2 wireshark-63945535ac9232f74abe14c76024ff4c2a542137.zip |
NSIS: The "Sshdump" option installs Ciscodump as well.
Use consistent capitalization while we're here.
Change-Id: I0591654b0e73d33528f9cfe990a1491ce6cccc8b
Reviewed-on: https://code.wireshark.org/review/35278
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/nsis/wireshark.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 42e260f854..710042b391 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -1136,7 +1136,7 @@ SetOutPath $INSTDIR\extcap File "${STAGING_DIR}\extcap\androiddump.exe" SectionEnd -Section /o "SSHdump" SecSSHdumpinfos +Section /o "Sshdump and Ciscodump" SecSshdumpinfos ;------------------------------------------- SetOutPath $INSTDIR File "${STAGING_DIR}\sshdump.html" @@ -1208,7 +1208,7 @@ SectionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecToolsGroup} "Additional command line based tools." !insertmacro MUI_DESCRIPTION_TEXT ${SecAndroiddumpinfos} "Provide capture interfaces from Android devices" - !insertmacro MUI_DESCRIPTION_TEXT ${SecSSHdumpinfos} "Provide remote capture through SSH" + !insertmacro MUI_DESCRIPTION_TEXT ${SecSshdumpinfos} "Provide remote capture through SSH" !insertmacro MUI_DESCRIPTION_TEXT ${SecUDPdumpinfos} "Provide capture interface that gets UDP packets from network devices" !insertmacro MUI_DESCRIPTION_TEXT ${SecRandpktdumpinfos} "Provide random packet generator" !insertmacro MUI_DESCRIPTION_TEXT ${SecEditCap} "Copy packets to a new file, optionally trimmming packets, omitting them, or saving to a different format." |