From 635b3720b5a43ed4b3bb1f030033d25675a390b3 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 23 Jun 2017 08:13:06 -0400 Subject: Add dftest to Windows installer. Bug: 13825 Change-Id: Ibda27599739a26a388e1c66ae813ff5c2c8339be Reviewed-on: https://code.wireshark.org/review/22367 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- packaging/nsis/uninstall.nsi | 1 + packaging/nsis/wireshark.nsi | 7 +++++++ packaging/wix/ComponentGroups.wxi | 16 +++++++++++++++- packaging/wix/Features.wxi | 3 +++ 4 files changed, 26 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/nsis/uninstall.nsi b/packaging/nsis/uninstall.nsi index b0df3b8eef..9b932817ea 100755 --- a/packaging/nsis/uninstall.nsi +++ b/packaging/nsis/uninstall.nsi @@ -140,6 +140,7 @@ Push "randpktdump" Push "reordercap" Push "capinfos" Push "rawshark" +Push "dftest" Pop $EXECUTABLE ${DoUntil} $EXECUTABLE == ${EXECUTABLE_MARKER} diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi index 4d9c4eab80..9e54415e60 100644 --- a/packaging/nsis/wireshark.nsi +++ b/packaging/nsis/wireshark.nsi @@ -1092,6 +1092,12 @@ SetOutPath $INSTDIR File "${STAGING_DIR}\reordercap.exe" SectionEnd +Section "DFTest" SecDFTest +;------------------------------------------- +SetOutPath $INSTDIR +File "${STAGING_DIR}\dftest.exe" +SectionEnd + Section "Capinfos" SecCapinfos ;------------------------------------------- SetOutPath $INSTDIR @@ -1194,6 +1200,7 @@ SectionEnd !insertmacro MUI_DESCRIPTION_TEXT ${SecText2Pcap} "Read an ASCII hex dump and write the data into a libpcap-style capture file." !insertmacro MUI_DESCRIPTION_TEXT ${SecMergecap} "Combine multiple saved capture files into a single output file" !insertmacro MUI_DESCRIPTION_TEXT ${SecReordercap} "Copy packets to a new file, sorted by time." + !insertmacro MUI_DESCRIPTION_TEXT ${SecDFTest} "Shows display filter byte-code, for debugging dfilter routines" !insertmacro MUI_DESCRIPTION_TEXT ${SecCapinfos} "Pring information about capture files." !insertmacro MUI_DESCRIPTION_TEXT ${SecRawshark} "Raw packet filter." diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi index ce690e9e40..4cb167bef3 100644 --- a/packaging/wix/ComponentGroups.wxi +++ b/packaging/wix/ComponentGroups.wxi @@ -379,7 +379,21 @@ - + + + + + + + + + + + + + + + diff --git a/packaging/wix/Features.wxi b/packaging/wix/Features.wxi index 606f5eefee..891d689b5e 100644 --- a/packaging/wix/Features.wxi +++ b/packaging/wix/Features.wxi @@ -72,6 +72,9 @@ + + + -- cgit v1.2.1