You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allowed libwireshark to work without the wireshark source, and use the installed wireshark includes. Pretty neat.
wireshark 3.4.4
I was trying to weed through your documentation and code while trying to update this to a recent version of wireshark. I understand I would need to regenerate the bindings.rs file. I am not sure if I am supposed to use the vscode instructions or the libwireshark_scripts program. The libwireshark_scripts doesn't work, and I assume the wireshark-sys directory is the wireshark source(which is required?, might need to be a submodule if it always needs the wireshark source)?
build.rs
I think the common way of generating the bindings is using a build.rs for _sys libraries, I think that would be better for generating the bindings.
The text was updated successfully, but these errors were encountered:
Hey, sweet idea and project. A couple of questions I have about the project.
unix
For one, I am using a unix machine, and I needed the following patch in order for this to work:
This allowed libwireshark to work without the wireshark source, and use the installed wireshark includes. Pretty neat.
wireshark 3.4.4
I was trying to weed through your documentation and code while trying to update this to a recent version of wireshark. I understand I would need to regenerate the bindings.rs file. I am not sure if I am supposed to use the vscode instructions or the
libwireshark_scripts
program. The libwireshark_scripts doesn't work, and I assume thewireshark-sys
directory is the wireshark source(which is required?, might need to be a submodule if it always needs the wireshark source)?build.rs
I think the common way of generating the bindings is using a
build.rs
for_sys
libraries, I think that would be better for generating the bindings.The text was updated successfully, but these errors were encountered: