1 | initial version |
In wireshark we have a script that generates a c dissector from an asn1 description with help of conformance files and a template. The resulting c code makes use if basic per or ber helper dissectors. Unfortunately nothing similar exists for LUA. So if you were to write a LUA dissector for your protocol you would have to write it for the serialized data sent on the wire.
2 | No.2 Revision |
In wireshark Wireshark we have a script that generates a c C dissector from an asn1 ASN.1 description with help of conformance files and a template. The resulting c C code makes use if of basic per PER or ber BER helper dissectors. Unfortunately nothing similar exists for LUA. So if you were to write a LUA dissector for your protocol you would have to write it for the serialized data sent on the wire.