aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris2006-03-191-7/+6
* From Laurant Rabret:Jaap Keuter2006-03-091-1/+1
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-3/+3
* Hi All,Jaap Keuter2006-01-151-1/+5
* Trivial warning fixesJörg Mayer2005-11-221-1/+1
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-1/+1
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy 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
* - Declare some functions staticJörg Mayer2005-08-201-2/+2
* 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
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-2/+2
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-1/+1
* Squelch a compiler pointer vs. integer warning - NULL is for pointers,Guy Harris2005-07-071-1/+1
* From Alejandro VaqueroAnders Broman2005-07-051-28/+67
* "Handle" a couple of cases in the switch statement by adding them to theGuy Harris2005-06-281-0/+2
* From Alejandro VaqueroAnders Broman2005-06-271-16/+5
* From Javier AcunaAnders Broman2005-06-141-2/+2
* add missing #include "webbrowser.h" from previous commitUlf Lamping2005-06-111-0/+1
* add help button pointing to the wiki pageUlf Lamping2005-06-111-1/+13
* Back out the two last changes by popular demand :)Anders Broman2005-05-251-71/+3
* Include "webbrowser.h" to declare "browser_open_url()".Guy Harris2005-05-241-0/+1
* From Javier Acuna:Anders Broman2005-05-211-3/+70
* 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 Alejandro Vaquero:Luis Ontanon2005-03-101-0/+2
* Trivial warning fixesJörg Mayer2005-03-101-1/+1
* From Francisco Alcoba: don't generate long filter expressions, fall backGuy Harris2005-03-091-2/+65
* From Francisco Alcoba:Luis Ontanon2005-03-071-1/+12
* By Francisco Alcoba:Lars Roland2005-02-241-1/+6
* From Alejandro VaqueroLuis Ontanon2005-02-241-48/+19
* some changes to the dialog's button behaviourUlf Lamping2005-02-221-1/+4
* Don't register mgcp taps, Lars Roland2005-02-201-0/+8
* Add #includes to define various macros and declare various functions.Guy Harris2005-02-141-0/+3
* remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...Lars Roland2005-02-131-3/+0
* From Alejandro Vaquero :Anders Broman2005-02-071-3/+4
* From Alejandro Vaquero:Anders Broman2005-02-051-5/+2
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-1/+1
* Get rid of an unused typedef.Guy Harris2005-02-021-2/+0
* Don't assume that the only blank filter expression is empty - check forGuy Harris2005-02-021-28/+30
* "filter_string_fwd" is assigned a "const" pointer, so make it a "const"Guy Harris2005-02-021-1/+1
* for VoIP Call Analysis:Lars Roland2005-02-021-33/+26
* From Alejandro Vaquero:Lars Roland2005-02-011-0/+719