aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-04From Greg Morris:Anders Broman1-2/+66
In summary these patches do the following: 1. GTK+ 2.x builds will now use Tree View to display the expert items, expanded items are the individual packet numbers. 2. GTK+ 1.x builds will continue to use the older clist functionality 3. Implements the equivilant of expert info (actually calls expert_dlg.c) svn path=/trunk/; revision=18091
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ↵Luis Ontanon1-3/+3
the callback for multiple registrations. svn path=/trunk/; revision=17252
2005-12-23Clean up indentation.Guy Harris1-78/+78
"error_t" is defined elsewhere on at least some versions of Fedora Core, so it collides with our usage; use "expert_comp_dlg_t" instead. svn path=/trunk/; revision=16889
2005-11-25from Greg Morris:Ulf Lamping1-0/+253
Composite Expert statistics, see: http://www.ethereal.com/lists/ethereal-dev/200511/msg00002.html and the following discussions svn path=/trunk/; revision=16593