On Fri, May 02, 2003 at 09:49:54AM -0700, Michael Hairston wrote: > Why is the "Add Expression.." button missing from the capture filter > window?
Because the capture filter syntax (which is defined by libpcap; changing it isn't likely to happen, for compatiblity reasons) isn't as regular as the display filter syntax, and changes from libpcap release to libpcap release (new capabilities are added) in ways that aren't necessarily easy for an "Add Expression" button implementation to determine, so nobody's written any support for such a button.
