Ethereal-users: Re: [Ethereal-users] how does ethereal determine whether RTP or not?

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 6 Sep 2003 16:40:02 -0700

On Sep 5, 2003, at 10:56 AM, Martin Regner wrote:

If it was possible to have strings in dissector tables

I've checked in changes to let you create, manipulate entries in, and look up dissectors in dissector tables using a string as a key. The way you create them is to specify FT_STRING or FT_STRINGZ as the type in a "register_dissector_table()" call.

Nothing currently uses that facility, and it hasn't yet been tested. (I don't expect that any problems found would require an API change, however.)