Ethereal-dev: RE: [Ethereal-dev] Help with COL_PROTOCOL and COL_INFO
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
hmmm....
Well, my dissectors work perfectly fine with the call_dissector function! but, I think if I don't find a solution to this soon.
I'll have to change it to dissector_try_port ! Thanks Erik!
-Sahil
I’m sure I’m just making a fool out
of myself, but when I call subdissectors, I use
dissector_try_port(proto_dissector_table,
protocol, next_tvb, pinfo, tree);
Or, as proposed in README.developer,
use:
dissector_next( next_tvb, pinfo,
tree);
Erik
-------------------------------------------------------- --------
Visit our Internet site at http://www.reuters.com
To find out more about Reuters Products and Services visit http://www.reuters.com/productinfo
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.
|