aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/logray.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nsis/logray.nsi')
-rw-r--r--packaging/nsis/logray.nsi8
1 files changed, 0 insertions, 8 deletions
diff --git a/packaging/nsis/logray.nsi b/packaging/nsis/logray.nsi
index 43e43a9415..7c1528dfcc 100644
--- a/packaging/nsis/logray.nsi
+++ b/packaging/nsis/logray.nsi
@@ -977,13 +977,6 @@ File "${STAGING_DIR}\reordercap.exe"
File "${STAGING_DIR}\reordercap.html"
SectionEnd
-Section "DFTest" SecDFTest
-;-------------------------------------------
-SetOutPath $INSTDIR
-File "${STAGING_DIR}\dftest.exe"
-File "${STAGING_DIR}\dftest.html"
-SectionEnd
-
Section "Capinfos" SecCapinfos
;-------------------------------------------
SetOutPath $INSTDIR
@@ -1070,7 +1063,6 @@ 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} "Print information about capture files."
!insertmacro MUI_DESCRIPTION_TEXT ${SecCaptype} "Print the types capture files."
!insertmacro MUI_DESCRIPTION_TEXT ${SecRandpkt} "Random packet generator."