mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Changes: https://github.com/KimiNewt/pyshark/releases https://github.com/KimiNewt/pyshark/commits/master
12 lines
433 B
INI
12 lines
433 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 = %%LOCALBASE%%/bin/dumpcap
|