Benoit Girard
I'm working on the cyber security domain since 2004.
After several years at the French ministry of Defense, I've founded two startups in the field of cryptography and I'm currently project manager at Quarkslab.
I spent most of my career designing systems and developping softwares related to vulnerability research and data processing.
I'm also a part time sound engineer in a recording studio.

Sessions
Wireshark is a widely used tool when it comes to view the contents of a network traffic capture.
When reversing a protocol, we tend to develop a simple program with a "simple" programming language (Python, Go...) to parse what is currently known.
The most logic way would be to develop this program as a Wireshark plugin, but the Wireshark plugin API is rarly used, since it's quite complex and does not fit for a quick and dirty task.
Wirego allows simple development of Wireshark plugins in Python and Go (and maybe more).