blob: 6983a31cf65df0a106bd4cb8ecab23db1354d012 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- pyshark/config.ini.orig 2020-05-27 13:39:51 UTC
+++ pyshark/config.ini
@@ -7,7 +7,7 @@
# (Linux): /usr/local/bin/tshark
# (Windows): %ProgramFiles%\Wireshark\tshark.exe
# (Windows): %ProgramFiles(x86)%\Wireshark\tshark.exe
-tshark_path = C:\Program Files\Wireshark\tshark.exe
+tshark_path = %%LOCALBASE%%/bin/tshark
[dumpcap]
-dumpcap_path = C:\Program Files\Wireshark\dumpcap.exe
+dumpcap_path = %%LOCALBASE%%/bin/dumpcap
|