aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dfilter_expr_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-5/+5
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-5/+5
2004-01-26Add support for the "matches" operator if HAVE_LIBPCRE is defined.Olivier Biot1-1/+8
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-19/+8
2004-01-10using button compatibility macrosUlf Lamping1-11/+3
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg1-2/+2
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+6
2003-10-29Put quotes around values for FT_ABSOLUTE_TIME variables, and aroundGuy Harris1-12/+30
2003-09-29- in show_relations() : select the first row of the relation_list whenOlivier Abad1-3/+11
2003-09-23The relation list is always displayed (that's been true for a while) -Guy Harris1-34/+20
2003-09-05Don't try to align the field filter name and name - the font wouldGuy Harris1-14/+21
2003-09-05If Belinda:Guy Harris1-3/+13
2003-09-05Add some more text to the filter item description in the display filter add e...Ronnie Sahlberg1-3/+12
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez1-3/+14
2003-08-25From Matthijs Melchior:Guy Harris1-24/+31
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-2/+2
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer1-2/+2
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+1
2002-11-10Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-112/+64
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-832/+1102
2002-10-09Add a missing #include <string.h>Jörg Mayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-4/+1
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