aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dfilter_expr_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-6/+3
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+2
2001-04-20When displaying the numeric value for the value_string string that wasGuy Harris1-1/+2
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris1-3/+2
2001-03-03Do a bunch of semantic checks when "Accept" is clicked, so that we catchGuy Harris1-2/+88
2001-02-23Boolean fields are just like other fields - if you use the field nameGuy Harris1-73/+73
2001-02-20Catch the "destroy" signal on the filter-expression-construction dialog,Guy Harris1-1/+22
2001-02-20Catch the "destroy" signal on the text entry box to which aGuy Harris1-1/+9
2001-02-20The all-purpose answer to "this widget expands to fill the spaceGuy Harris1-4/+10
2001-02-20Make the "activate" signal on the text entry boxes in the filterGuy Harris1-13/+24
2001-02-20Call the test for a protocol "is present", just like the test for otherGuy Harris1-35/+46
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris1-11/+12
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris1-7/+9
2001-02-12If you register more than one field with the same name, the dfilter codeGuy Harris1-16/+33
2001-02-01Fix the previous checkin to correctly handle presence tests onGuy Harris1-3/+15
2001-02-01For protocols, call the test for the field being present "has thisGuy Harris1-5/+6
2001-02-01Use the ftype routines to determine what tests can be done on a field,Guy Harris1-118/+37
2001-02-01FT_PROTOCOL is like FT_NONE; you can only test for the field's presenceGuy Harris1-1/+2
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-91/+3
2001-01-10Include "snprintf.h", if necessary, to declare "snprintf()".Guy Harris1-1/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-21/+19
2001-01-02Base the decision of whether selecting an entry in the value list setsGuy Harris1-9/+6
2001-01-02Don't show "Text" as one of the available fields.Guy Harris1-1/+3
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-0/+1221