Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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.

From: "Erik Sternerson" <Erik_Sternerson@xxxxxxx>
Date: Tue, 21 Jun 2005 11:01:06 -0700

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