Ask Your Question

Revision history [back]

From @Chuckc comment the answer would be yes, Wireshark supports this and can be achieved adding a custom PEN number handler to the pcapng_custom_block table:

table = DissectorTable.get("pcapng_custom_block")
table:add(PEN_NUMBER, my_proto)