aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2016-06-28 21:34:46 +0200
committerRoland Knall <rknall@gmail.com>2016-07-05 11:54:43 +0000
commitf2786bc8ff5ea25fd1c36d3ebf83a29277ee662b (patch)
tree0e0f3c89505d3257ab5510c55eff956543814e40 /tools
parentfdd87a1e41db7039b0af5bb15f40b83db1ca3a96 (diff)
extcap: Remove g_spawn_helper support
Move g_spawn to separate file and implement functions to use Windows based method of spawning, instead of the glib based version Change-Id: Ibae03d834ec86531eba37dc8768fbf17ddadf57f Reviewed-on: https://code.wireshark.org/review/16049 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Get-HardenFlags.ps14
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Get-HardenFlags.ps1 b/tools/Get-HardenFlags.ps1
index 83c36e509a..665d1eb9a9 100644
--- a/tools/Get-HardenFlags.ps1
+++ b/tools/Get-HardenFlags.ps1
@@ -77,8 +77,6 @@ $SoftBins = (
"libgail.dll",
"airpcap.dll",
"comerr32.dll",
- "gspawn-win32-helper-console.exe",
- "gspawn-win32-helper.exe",
"k5sprt32.dll",
"krb5_32.dll",
"libatk-1.0-0.dll",
@@ -159,4 +157,4 @@ $Binaries | ForEach-Object {
}
}
-exit $Count \ No newline at end of file
+exit $Count