You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
0f85c7d8fe
- drop py39, add py314 subport
13 lines
439 B
Diff
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
|