aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix/Features.wxi
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-06-23 08:13:06 -0400
committerAnders Broman <a.broman58@gmail.com>2017-06-23 14:24:31 +0000
commit635b3720b5a43ed4b3bb1f030033d25675a390b3 (patch)
tree3260355eb56c54a12ea7c6ed0bb3f4251d68f517 /packaging/wix/Features.wxi
parent7d1049d32694dba11d4e7558b269e8c6db5e2bce (diff)
Add dftest to Windows installer.
Bug: 13825 Change-Id: Ibda27599739a26a388e1c66ae813ff5c2c8339be Reviewed-on: https://code.wireshark.org/review/22367 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/wix/Features.wxi')
-rw-r--r--packaging/wix/Features.wxi3
1 files changed, 3 insertions, 0 deletions
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 @@
<Feature Id="Fe.Tools.Reordercap" Title="Reordercap" Level="1" AllowAdvertise="yes" Display="expand" Description="Copy packets to a new file, sorted by time.">
<ComponentGroupRef Id="CG.Tools.Reordercap" />
</Feature>
+ <Feature Id="Fe.Tools.DFTest" Title="DFTest" Level="1" AllowAdvertise="yes" Display="expand" Description="Shows display filter byte-code, for debugging dfilter routines.">
+ <ComponentGroupRef Id="CG.Tools.DFTest" />
+ </Feature>
<Feature Id="Fe.Tools.Capinfos" Title="Capinfos" Level="1" AllowAdvertise="yes" Display="expand" Description="Print information about capture files.">
<ComponentGroupRef Id="CG.Tools.Capinfos" />
</Feature>