aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/wix
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-11-26 16:27:38 -0800
committerAnders Broman <a.broman58@gmail.com>2018-11-27 04:38:15 +0000
commit0b9810ab97165da6936df81934a9559b45c45bee (patch)
treece080cb64758183b177a366f32c58235ef755b3c /packaging/wix
parentfc1e2ac66d0fcd91e653d2bd71826dff60837cd2 (diff)
Add a "No Reassembly" profile.
Add a script that disables all of our desegmentation and reassembly preferences and use it to create a "No Reassembly" profile. Change-Id: Icd0b72e9e271a511e637acde9018f3aae018e589 Reviewed-on: https://code.wireshark.org/review/30799 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/wix')
-rw-r--r--packaging/wix/ComponentGroups.wxi6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi
index 204ffc5548..9ccf058b8a 100644
--- a/packaging/wix/ComponentGroups.wxi
+++ b/packaging/wix/ComponentGroups.wxi
@@ -290,12 +290,18 @@
<File Id="filClassic_colorfilters" KeyPath="yes" Source="$(var.Profiles.Dir)\Classic\colorfilters" />
</Component>
</Directory>
+ <Directory Id="dirNoReassembly" Name="No Reassembly">
+ <Component Id="cmpNoReassembly_preferences" Guid="*">
+ <File Id="filNoReassembly_preferences" KeyPath="yes" Source="$(var.Profiles.Dir)\No Reassembly\preferences" />
+ </Component>
+ </Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="CG.Plugins.ConfigurationProfiles">
<ComponentRef Id="cmpBluetooth_colorfilters" />
<ComponentRef Id="cmpClassic_colorfilters" />
+ <ComponentRef Id="cmpNoReassembly_preferences" />
</ComponentGroup>
</Fragment>