aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
Commit message (Expand)AuthorAgeFilesLines
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-3/+3
* from Bill MeyerRonnie Sahlberg2006-02-011-12/+8
* fix #152Ulf Lamping2005-12-311-0/+1
* Make the processing of "-z" arguments in the Tethereal I/O stat tap moreGuy Harris2005-10-271-17/+7
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-3/+3
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-3/+2
* 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
* 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
* strdup -> g_strdup and alikeUlf Lamping2005-08-171-3/+3
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-6/+6
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-2/+2
* make io-stat able to do SUM(*) for FT_RELATIVE_TIME fieldsRonnie Sahlberg2005-07-151-0/+5
* increase the length of the field field from 30 to 50 characters so that hopef...Ronnie Sahlberg2005-04-201-1/+1
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-3/+3
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-7/+18
* Add casts of OBJECT_SET_DATA() arguments in cases where that'sGuy Harris2005-01-011-11/+12
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-1/+1
* "gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris2004-12-311-5/+5
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* From Ian Schorr: don't check the validity of the field name for anGuy Harris2004-07-271-7/+7
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-191-4/+1
* 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-18/+5
* going to have a standard behaviour of the dialogsUlf Lamping2004-05-221-4/+2
* Report problems due to the user specifying something we can't handle asGuy Harris2004-04-171-7/+7
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-28/+28
* update to iostat make it automagically make sure the field is part of the ...Ronnie Sahlberg2004-03-081-7/+59
* added dfilter string syntax check to various placesUlf Lamping2004-02-271-1/+2
* changed some labelsUlf Lamping2004-02-251-11/+59
* minor redesign of the dialogUlf Lamping2004-02-241-43/+62
* added a "Close" button to the dialogUlf Lamping2004-02-241-3/+29
* changed title and menu registering to "IO Graphs"Ulf Lamping2004-02-231-8/+8
* Changed all items to "Endpoint List" and get rid of the "Host List" group.Ulf Lamping2004-02-231-3/+3
* 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
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-4/+7
* Most taps that now include "tap_menu.h" no longer need to includeGuy Harris2004-02-111-3/+1
* Move the declaration of "register_tap_menu_item()" into a newGuy Harris2004-02-111-2/+2
* Add a routine to be used to put up alert boxes for invalid displayGuy Harris2004-02-111-3/+3
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-9/+9
* use stock buttons whereever possible,Ulf Lamping2004-01-211-2/+2
* Add a routine "retap_packet()" that runs through all packets, dissectingGuy Harris2004-01-131-28/+14
* "dfilter_compile()" supplies a null dfilter pointer for an empty filterGuy Harris2004-01-131-2/+3
* Add a routine "io_stat_reset()" to reset an io_stat_t; haveGuy Harris2004-01-131-123/+100