mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
12 lines
430 B
INI
12 lines
430 B
INI
--- 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 = /usr/local/bin/dumpcap
|