Ethereal-dev: [ethereal-dev] Protocols

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Sat, 17 Jul 1999 00:08:23 -0500
Just in case y'all didn't know, you can pick your favorite
protocol and convert it to use the new proto_tree functions.
The non-datalink protocols are simply using proto_tree_add_text
to add non-searchable text to the protocol tree.

How can you tell if there are fields that need converting?

grep -l proto_tree_add_text packet-*.c

--gilbert