Compiles completly on rust no need to compile Wireshark (may need the header files and do need the libwireshark.so/.dll). Bindings generated in a windows x64 machine but would probably work in other systems.
VsCode task can use buildgen to regenerate bindings if necessary.
Do need to specify the libwireshark path on the build.rs for the dissector. Also need to generate (at least for windows) the .lib for the libwireshark.dll which I was able to do with the ddl2lib.bat script included.
- Better Documentation
- Macros/Methods for generating prefenrence from struct, and correctly handles accessing a static global config object ** one_cell? Simple Arc/Mutext?
- Macros/Methods for generating Protocol columns.
- .....