Files
macports-ports/python/py-pyshark/files/patch-config-ini.diff
Renee Otten 0f85c7d8fe py-pyshark: update to 0.6
- drop py39, add py314 subport
2025-12-08 11:23:21 -05:00

13 lines
439 B
Diff

--- pyshark/config.ini.orig 2025-12-08 10:23:45
+++ pyshark/config.ini 2025-12-08 10:24:32
@@ -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 = @PREFIX@/bin/tshark
[dumpcap]
-dumpcap_path = C:\Program Files\Wireshark\dumpcap.exe
+dumpcap_path = @PREFIX@/bin/dumpcap