Reuse (part of) a Wireshark Dissector

asked 2017-11-30 09:01:04 +0000

cifvts gravatar image

I'm writing a dissector in LUA for a protocol we use internally between our processes. In those messages, we send some TFT which are basically the same we found in S1AP and GTPv2 protocols. I was wondering if there is a way in LUA to load the TFT decoding part of S1AP or GTPv2 instead of writing my own TFT decoder in LUA. Thanks

edit retag flag offensive close merge delete