Hello,
I am currently developping a dissector for a protocol which may
encapsulate any type of protocol as payload (or at least: i do not
want to decide once and for all which protocols it may encapsulate).
As far as i have seen the only way to add subdissectors for this is to
call dissector_add/heur_dissector_add on the protocol's dissector_list
name, from
all possibly encapsulated protocols' dissectors. Would there be a shortcut
to avoid this, something like a "try all the protocols there is" ?
Thanks for the help,
stephane bryant