14 lines
471 B
INI
14 lines
471 B
INI
[tshark]
|
|
# Specify the path to the tshark executable.
|
|
# If the configured path does not exist, these locations will be searched:
|
|
# (Linux): /usr/bin/tshark
|
|
# (Linux): /usr/sbin/tshark
|
|
# (Linux): /usr/lib/tshark/tshark
|
|
# (Linux): /usr/local/bin/tshark
|
|
# (Windows): %ProgramFiles%\Wireshark\tshark.exe
|
|
# (Windows): %ProgramFiles(x86)%\Wireshark\tshark.exe
|
|
tshark_path = C:\Program Files\Wireshark\tshark.exe
|
|
|
|
[dumpcap]
|
|
dumpcap_path = C:\Program Files\Wireshark\dumpcap.exe
|