aboutsummaryrefslogtreecommitdiffstats
path: root/filter.c
AgeCommit message (Collapse)AuthorFilesLines
1998-12-27* GTK+ 1.1/1.2 compatibility changes (use gtk_scrolled_window_add_with_viewportGerald Combs1-1/+6
to add filter list to scrolled window) svn path=/trunk/; revision=138
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1-2/+5
svn path=/trunk/; revision=137
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-1/+2
Tests for GTK versions are done during compilation, not during "./configure". The big problems have been taken care of in this patch (functional change in the packet clist and conversion of menu_factory to item_factory), but plenty of smaller problems with dialogue boxes abound. I have fixed a small problem with file_open*(), but have left 2 comments in just in case I'm not going about this the right way. Can someone verify? svn path=/trunk/; revision=127
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+6
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-10-16* Copied in the correct GNU license (I'm such a goober)Gerald Combs1-1/+6
* Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) svn path=/trunk/; revision=61
1998-10-13Squelch a number of "-Wall" errors by:Guy Harris1-3/+2
1) renaming "snprintf.h" to "snprintf-imp.h" (it contains stuff used by the "snprintf()" *implementation*, but not stuff it *exports*); 2) creating a new "snprintf.h" to declare "vsnprintf()" and "snprintf()"; 3) removing an unused variable; 4) fixing a call to "add_item_to_tree()" to handle the possibility of "ntohl()" returning a "long" rather than an "int". svn path=/trunk/; revision=47
1998-10-13* Pod page updateGerald Combs1-40/+40
* Minor tweaks to the filter prefs svn path=/trunk/; revision=40
1998-10-12- Added match_strval function to packet.cGerald Combs1-12/+9
- Separated display and capture filters; rearranged some of the look and feel - Lots of other miscellaneous fixes and updates svn path=/trunk/; revision=38
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-56/+25
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-9/+7
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
svn path=/trunk/; revision=7
1998-09-16Initial revisionGerald Combs1-0/+472
svn path=/trunk/; revision=2