Re: [Wireshark-dev] Extcap Rust library

2021-11-30 Thread Roland Knall
That is great. Would you mind sending a pull request mentioning the library in README.extcap? Currently we only provide the python example, and this is by design. But we should at least mention other implementations in the documentation. regards Roland Am Di., 30. Nov. 2021 um 07:28 Uhr schrieb T

[Wireshark-dev] Extcap Rust library

2021-11-29 Thread Tomáš Kukosa
Hi, I have released small library to help writing extcap plugins in Rust See https://crates.io/crates/extcap The shortest example is shown here https://docs.rs/extcap/0.3.0/extcap/ Few more real examples how to use it are also available in the repository. Best regards,   Tomas __