Wireshark-dev: [Wireshark-dev] Extcap program based on extcap_example.py

Date: Sun, 21 May 2023 22:44:34 +0200
I am writing an extcap program building upon doc/extcap_example.py.

- Shall extcap programs that do not need compilation also be placed in
  extcap/?

- I am not very familiar with CMake and am struggling with getting the
  extcap program copied over to run/extcap/ by the build system. (For
  example, simply adding "install(PROGRAMS [...]" to
  extcap/CMakeLists.txt does not seem to be sufficient.) Could someone
  please provide some guidance on how to manage non-compiled extcap
  programs?

Thanks, Timo