Skip to content

Commit 572c8ff

Browse files
authored
Merge pull request #89 from odedshimon/voip-calls-parsing-module
add needed dlls for voip parsing to installer
2 parents 53f8bb0 + da401cf commit 572c8ff

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

BruteShark/BruteSharkDesktopInstaller/Product.wxs

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,29 @@
119119
<File Id="DNS.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="DNS.dll" />
120120
</Component>
121121

122-
<Component Id="SipSIPSorcery.dll">
123-
<File Id="SipSIPSorcery.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="DNS.dll" />
124-
</Component>
122+
<Component Id="SIPSorcery.dll">
123+
<File Id="SIPSorcery.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="SIPSorcery.dll" />
124+
</Component>
125+
126+
<Component Id="SIPSorceryMedia.Abstractions.dll">
127+
<File Id="SIPSorceryMedia.Abstractions.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="SIPSorceryMedia.Abstractions.dll" />
128+
</Component>
129+
130+
<Component Id="BouncyCastle.Crypto.dll">
131+
<File Id="BouncyCastle.Crypto.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="BouncyCastle.Crypto.dll" />
132+
</Component>
133+
134+
<Component Id="DnsClient.dll">
135+
<File Id="DnsClient.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="DnsClient.dll" />
136+
</Component>
137+
138+
<Component Id="websocket.sharp.dll">
139+
<File Id="websocket.sharp.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="websocket-sharp.dll" />
140+
</Component>
141+
142+
<Component Id="Microsoft.Extensions.Logging.Abstractions.dll">
143+
<File Id="Microsoft.Extensions.Logging.Abstractions.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="Microsoft.Extensions.Logging.Abstractions.dll" />
144+
</Component>
125145

126146
<Component Id="PcapngUtils.dll">
127147
<File Id="PcapngUtils.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="PcapngUtils.dll" />

0 commit comments

Comments
 (0)