ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [ethereal-dev] Re: Ethereal patches

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 6 Dec 1999 15:18:30 -0800 (PST)
> The first (PATCH-connect) adds support for the CONNECT type of HTTP
> request.  It also adds DELETE and OPTIONS to the hf_http_request
> proto_tree.

Checked in.

> The second adds an "Apply filter immediately" checkbox to the to the
> filters prefs page.  It saves the value in the filters file, instead of
> in the preferences file (where it belongs).  I figured that that's not too
> big of a deal, since the parser on other versions will just ignore it.

The way the filter preferences page is used in Ethereal is a bit odd.

I'd tried your patch with the "Edit:Preferences" menu item, and it did
nothing.

It turned out that was because, if you pop up the preferences dialog
through that path, and select a filter and hit OK, that doesn't
automatically set the filter in the filter text entry.

However, we also use the filter preferences page as, in effect, a list
of filters to choose from, and it *does* work there.

Should the "Filter:" buttons that let you browse the list of filters pop
up the filter preferences dialog?

I.e., is there any point in offering the full panoply of filter editing
functions, *and* other preference editing functions, at that point?

Or should it, instead, pop up just a list of filters, showing the
filter's name and contents, and, if you got the browsable list through
the "Filter:" button on the main window, *automatically* apply the
filter - or, perhaps, have a button other than "OK" to specify that the
filter in question should be selected *and* applied?