Wireshark-commits: [Wireshark-commits] master a273d9d: Pass the executable path to CreateProcess(),
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a273d9dd91f72f3e34ac969a17a68f3ca089459f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a273d9d by Guy Harris (guy@xxxxxxxxxxxx):
Pass the executable path to CreateProcess(), and end it with ".exe".
On Windows, 1) pass the path of the executable as the first argument to
CreateProcess(), which requires that we 2) have that path end with
".exe.
Maybe it'll fix the searching-for-dumpcap that showed up in bug 11196.
Change-Id: I9d06c07c3513fd42b98d3f8d9a1d2d545f651fe2
Reviewed-on: https://code.wireshark.org/review/8534
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 376ba91 DVB-CI: remove proto_tree_add_text() calls from the appmmi resource
adds a273d9d Pass the executable path to CreateProcess(), and end it with ".exe".
Summary of changes:
capchild/capture_sync.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)