Ethereal-dev: [Ethereal-dev] Multi-line text field for preferences

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

From: ENDOH Akira <endoh@xxxxxxxxxxxxxx>
Date: Thu, 09 Feb 2006 11:16:14 +0900
Hi list,

Does ethereal have a  multi-line text field (like GtkText) for
preferences ? I guess no, but I just want to make sure, anyway,
if no, I'll add this feature as a function like
prefs_register_text_preference().

I'm actually planning to add a feature of editable media types
as a preference value to the XML dissector, so that users can
add/delete their own XML media types. Since there are so many
media types, including many proprietary ones, which should be
dissected as XML, this feature would be convinient, I think.

- endoh