select a dissector by magic in header
Hi, I would like to select a dissector not only by a port number. I would like to select the dissector by data.data[0-4] = "magic" . For port I use dissector_add_uint. How I can do it for such an expression above ?
Clemens