wireshark/gtk
Guy Harris 3b9013d393 When a new display filter is to be applied, don't set "cf.dfilter" or
"cf.dfcode" if the new filter doesn't compile, because the filter
currently in effect will be the one that was last applied - just free up
the text of the new filter, and whatever memory was allocated for the
new filter code.

This means we allocate a new dfilter when a new filter is to be applied,
rather than recycling stuff from the old filter, as we want the old
filter code to remain around if the new filter doesn't compile.

This means that "cf.dfilter" and "cf.dfcode" will be null if there's no
filter in effect.

svn path=/trunk/; revision=803
1999-10-11 06:39:26 +00:00
..
Makefile.am Put in an RCS ID (and a copyright notice and GPL notice; unfortunately, 1999-09-09 03:55:49 +00:00
capture_dlg.c Wrap stufff that's used only if we have "libpcap" in "#ifdef 1999-10-02 19:33:14 +00:00
capture_dlg.h More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
file_dlg.c When a new display filter is to be applied, don't set "cf.dfilter" or 1999-10-11 06:39:26 +00:00
filter_prefs.c Fixed a bug found by Derek W Poon <dpoon@uclink.berkeley.edu>, where deleted 1999-09-19 14:27:44 +00:00
filter_prefs.h We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
gtkbindings.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkclist.c GTK 1.2.5 version (not that it matters, given that GLib declares 1999-09-30 02:57:26 +00:00
gtkclist.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkdnd.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
gtkmain.h Added gtk subdirectory, with patched gtkclist.c in it. We can use this 1999-08-27 22:27:18 +00:00
keys.h Add an item to the "File/Print" dialog box to ask that the full hex data 1999-09-29 22:19:24 +00:00
main.c When a new display filter is to be applied, don't set "cf.dfilter" or 1999-10-11 06:39:26 +00:00
main.h Fix the include-guard #define to be "__MAIN_H__", matching the name of 1999-10-08 07:29:42 +00:00
menu.c Collapse/Expand All protocol tree added in Display menu. 1999-09-11 12:38:18 +00:00
menu.h Moved GTK-dependent routines for file dialogues, print dialogues, print 1999-09-01 03:04:24 +00:00
prefs_dlg.c We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
prefs_dlg.h More shuffling of GTK-related routines to gtk subdirectory. 1999-09-09 03:32:03 +00:00
print_dlg.c Enable "Print hex" only if "Print detail" is on. 1999-09-29 22:25:41 +00:00
print_prefs.c We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
print_prefs.h We need to catch a "window delete" event for the preferences dialog box 1999-09-10 06:53:32 +00:00
proto_draw.c Add a "Expand all levels"/"Print as displayed" pair of radio buttons to 1999-09-12 20:23:43 +00:00
proto_draw.h Collapse/Expand All protocol tree added in Display menu. 1999-09-11 12:38:18 +00:00