Added two new arguments to epan_init() and proto_init() to
[obnox/wireshark/wip.git] / gtk / dfilter_expr_dlg.c
2001-03-26 guyGUI code fixes from Eduardo P�rez Ureta.
2001-03-03 guyDo a bunch of semantic checks when "Accept" is clicked...
2001-02-23 guyBoolean fields are just like other fields - if you...
2001-02-20 guyCatch the "destroy" signal on the filter-expression...
2001-02-20 guyCatch the "destroy" signal on the text entry box to...
2001-02-20 guyThe all-purpose answer to "this widget expands to fill...
2001-02-20 guyMake the "activate" signal on the text entry boxes...
2001-02-20 guyCall the test for a protocol "is present", just like...
2001-02-13 guyIn a display filter expression, make a field name refer...
2001-02-12 guyIf there are multiple fields with the same name, list...
2001-02-12 guyIf you register more than one field with the same name...
2001-02-01 guyFix the previous checkin to correctly handle presence...
2001-02-01 guyFor protocols, call the test for the field being presen...
2001-02-01 guyUse the ftype routines to determine what tests can...
2001-02-01 guyFT_PROTOCOL is like FT_NONE; you can only test for...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-10 guyInclude "snprintf.h", if necessary, to declare "snprint...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2001-01-02 guyBase the decision of whether selecting an entry in...
2001-01-02 guyDon't show "Text" as one of the available fields.
2001-01-02 guyAdd a dialog box for constructing expressions that...