aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ipx.c
Commit message (Collapse)AuthorAgeFilesLines
* sort #includes by directoriesUlf Lamping2008-04-131-6/+9
| | | | svn path=/trunk/; revision=24967
* Add relative start time, duration, and average data rate (bps) columnsGerald Combs2007-11-201-1/+1
| | | | | | | | to the conversation lists. Move the "copy" button down to the button bar in order to free up some real estate. Add an nstime_cmp() function. Clean up code in a few places. svn path=/trunk/; revision=23516
* name changeRonnie Sahlberg2006-05-211-2/+2
| | | | svn path=/trunk/; revision=18197
* add an userdata argument to register_stat_cmd_arg() and its callback to use ↵Luis Ontanon2006-02-111-3/+3
| | | | | | the callback for multiple registrations. svn path=/trunk/; revision=17252
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
| | | | | | that it doesn't appear to be part of GTK+. svn path=/trunk/; revision=15501
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+2
| | | | | | | | | | | | | | | | | filter as an argument on the command line and have a dialog box to enter the display filter through the GUI. Use it for all stats using "gtk_tap_dfilter_dlg_cb()". Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E" for the benefit of the declaration of "register_dfilter_stat()" in the top-level "tap_dfilter_dlg.h". Rename the "stat_menu.h" in the gtk directory to "gtk_stat_menu.h", so as not to have two headers with the same name. Get rid of headers not declaring any functions not being used in the module. svn path=/trunk/; revision=15493
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
| | | | | | | implementing the "-z" command-line arguments, it doesn't deal with *all* issues for stats. svn path=/trunk/; revision=15483
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
| | | | svn path=/trunk/; revision=15429
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-3/+4
| | | | | | | | | | | and "Statistics" menu items into "stat.h" and "stat.c", to separate them from the core tapping APIs. A tap could conceivably not register as a "-z" command-line argument or "Statistics" menu item, and a stat could conceivably not be implemented as a tap, and dissectors that implement tapping points don't need the UI-related stuff from "stat.h", they just want the tap-related stuff in <epan/tap.h>. svn path=/trunk/; revision=15427
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
| | | | | | | Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | it's used to register a callback for a tap listener invoked if the specified command line argument is specified to the "-z" flag. Move it, along with routines to: look up a "-z" argument in the table constructed by "register_tap_listener_cmd_arg()" and either save the full argument to "-z" and the corresponding listener if it's found or return a failure indication if it isn't; list the available tap listeners; call the "init" routines for the tap listeners saved in the table above; and have Ethereal and Tethereal use those routines. svn path=/trunk/; revision=13993
* Make the signatures of functions passed to "register_tap_listener()"Guy Harris2005-01-011-5/+4
| | | | | | | | | | | match what "register_tap_listener()" expects (rather than squelching warnings about the differences by casting function pointers to "void *"). Make static some functions not used outside the module in which they're defined. svn path=/trunk/; revision=12913
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
| | | | svn path=/trunk/; revision=12128
* some more renaming of the conversation tables thingsUlf Lamping2004-07-201-10/+10
| | | | svn path=/trunk/; revision=11448
* renamed endpoint_talkers to conversations, as this reduces confusion in ↵Ulf Lamping2004-07-201-0/+88
combination with the hostlist/endpoints table (some code refactoring still needs to be done in table.c/.h). svn path=/trunk/; revision=11439