Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Reuse (part of) a Wireshark Dissector

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