Skip to content

Commit

Permalink
Merge pull request #89 from odedshimon/voip-calls-parsing-module
Browse files Browse the repository at this point in the history
add needed dlls for voip parsing to installer
  • Loading branch information
odedshimon authored Apr 11, 2021
2 parents 53f8bb0 + da401cf commit 572c8ff
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions BruteShark/BruteSharkDesktopInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,29 @@
<File Id="DNS.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="DNS.dll" />
</Component>

<Component Id="SipSIPSorcery.dll">
<File Id="SipSIPSorcery.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="DNS.dll" />
</Component>
<Component Id="SIPSorcery.dll">
<File Id="SIPSorcery.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="SIPSorcery.dll" />
</Component>

<Component Id="SIPSorceryMedia.Abstractions.dll">
<File Id="SIPSorceryMedia.Abstractions.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="SIPSorceryMedia.Abstractions.dll" />
</Component>

<Component Id="BouncyCastle.Crypto.dll">
<File Id="BouncyCastle.Crypto.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="BouncyCastle.Crypto.dll" />
</Component>

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

<Component Id="websocket.sharp.dll">
<File Id="websocket.sharp.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="websocket-sharp.dll" />
</Component>

<Component Id="Microsoft.Extensions.Logging.Abstractions.dll">
<File Id="Microsoft.Extensions.Logging.Abstractions.dll" Source="$(var.BruteSharkDesktop.TargetDir)" Name="Microsoft.Extensions.Logging.Abstractions.dll" />
</Component>

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

0 comments on commit 572c8ff

Please sign in to comment.