Thanks a lot. This works actually wonderful. Though according to the official example I used the table to get the dissector and then call it, of course this wouldn't work. One needs to call `DissectorTable:try` so that the parameter is set properly. Otherwise, one gets the value that was used to call the parent dissector, e.g. the tcp port.
↧