sevagh / wireshark-dissector-rs

write wireshark dissectors in Rust via C FFI
MIT License
47 stars 4 forks source link

Updating to Wireshark 3.2.1 #1

Closed Kumassy closed 4 years ago

Kumassy commented 4 years ago

I tested the dummy dissector on Wireshark 3.2.1. I found some files need to be fixed:

I also updated dissector/README.md to explain how to build the dissector with Wireshark 3.2.1.

sevagh commented 4 years ago

Very cool, thanks. I like the way you added an explanation for each line of change, makes it easy to review.