Lua dissector for custom PcapNG blocks
It seems it is possible to register dissectors in C for custom PcapNG blocks based on PEN numbers. I am trying to implement a dissector purely based on Lua code for this same purpose but I am unable to find a way to register my dissector.
Does Wireshark support this? Thanks,
Have you looked at the
pcapng_custom_blocktable?packet-bblog.c:
dissector_add_uint("pcapng_custom_block", PEN_NFLX, bblog_handle);