aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/ansi_map_stat.c
Commit message (Expand)AuthorAgeFilesLines
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-1/+1
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-2/+4
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* Warningfix:Jörg Mayer2009-05-081-1/+1
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-1/+1
* Get rid of Clists, move a comment, move display as hex to gui_utils.Anders Broman2009-03-161-229/+164
* 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-12/+15
* 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-4/+4
* From David Howells :Sebastien Tandel2007-05-291-2/+2
* When computing average: use 0 as avg if divisor=0Bill Meier2007-05-241-1/+7
* 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-2/+3
* 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-16/+11
* 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-3/+4
* From Michael Lum:Ronnie Sahlberg2005-08-191-1/+1
* 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-1/+1
* 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-1/+1
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-18/+13
* 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-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Change C++ style commentsJörg Mayer2004-05-261-3/+3
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-46/+11
* From Michael Lum:Guy Harris2004-04-211-29/+56
* added a close button to the dialogs,Ulf Lamping2004-04-121-35/+23
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-6/+5
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-2/+2
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-7/+3
* 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-5/+4
* 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
* #if 0 out test that causes an always false warningJörg Mayer2004-01-111-1/+3
* Not that it really matters as the test still alwas evaluates to false:Jörg Mayer2004-01-071-2/+2
* Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe2004-01-031-2/+2