aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_a_stat.c
Commit message (Expand)AuthorAgeFilesLines
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-2/+2
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-1/+3
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* Warningfix:Jörg Mayer2009-05-081-1/+1
* Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman2009-03-161-20/+0
* Fix "ansi_a_stat.c:314: warning: unused variable ‘default_titles’"Anders Broman2009-03-071-2/+0
* Get rid of another Clist.Anders Broman2009-03-071-225/+169
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-9/+12
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher2008-04-091-4/+4
* Fix for bug #2250Stephen Fisher2008-02-091-5/+5
* From David Howells :Sebastien Tandel2007-05-291-4/+4
* From Michael LumAnders Broman2006-11-221-17/+17
* name changeRonnie Sahlberg2006-05-211-2/+2
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-4/+5
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+2
* The routines registered with "register_stat_cmd_arg()" *are* called ifGuy Harris2005-08-201-19/+23
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-4/+5
* From Michael Lum:Ronnie Sahlberg2005-08-191-2/+2
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-3/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* add 12 new toolbar/menu iconsUlf Lamping2005-04-161-2/+2
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* From Laurent Rabret: handle the cases where there's no capture file, orGuy Harris2005-01-141-2/+2
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-17/+12
* In column sort routines, make the row pointers "const" pointers, as theGuy Harris2004-12-311-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-191-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-46/+8
* added a close button to the dialogs,Ulf Lamping2004-04-121-56/+44
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-10/+8
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-3/+3
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-8/+5
* Most taps that now include "tap_menu.h" no longer need to includeGuy Harris2004-02-111-2/+1
* Move the declaration of "register_tap_menu_item()" into a newGuy Harris2004-02-111-2/+2
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-4/+3
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-2/+2
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-17/+8
* use stock buttons whereever possible,Ulf Lamping2004-01-211-2/+2
* Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe2004-01-031-3/+3
* From Lars Roland: have common code to handle display filter dialogs inGuy Harris2003-12-171-3/+3
* Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad2003-12-161-11/+8
* Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris2003-12-131-1/+3