aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-7/+6
2006-03-09From Laurant Rabret:Jaap Keuter1-1/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2006-01-15Hi All,Jaap Keuter1-1/+5
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-2/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-07-07Squelch a compiler pointer vs. integer warning - NULL is for pointers,Guy Harris1-1/+1
2005-07-05From Alejandro VaqueroAnders Broman1-28/+67
2005-06-28"Handle" a couple of cases in the switch statement by adding them to theGuy Harris1-0/+2
2005-06-27From Alejandro VaqueroAnders Broman1-16/+5
2005-06-14From Javier AcunaAnders Broman1-2/+2
2005-06-11add missing #include "webbrowser.h" from previous commitUlf Lamping1-0/+1
2005-06-11add help button pointing to the wiki pageUlf Lamping1-1/+13
2005-05-25Back out the two last changes by popular demand :)Anders Broman1-71/+3
2005-05-24Include "webbrowser.h" to declare "browser_open_url()".Guy Harris1-0/+1
2005-05-21From Javier Acuna:Anders Broman1-3/+70
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-03-10From Alejandro Vaquero:Luis Ontanon1-0/+2
2005-03-10Trivial warning fixesJörg Mayer1-1/+1
2005-03-09From Francisco Alcoba: don't generate long filter expressions, fall backGuy Harris1-2/+65
2005-03-07From Francisco Alcoba:Luis Ontanon1-1/+12
2005-02-24By Francisco Alcoba:Lars Roland1-1/+6
2005-02-24From Alejandro VaqueroLuis Ontanon1-48/+19
2005-02-22some changes to the dialog's button behaviourUlf Lamping1-1/+4
2005-02-20Don't register mgcp taps, Lars Roland1-0/+8
2005-02-14Add #includes to define various macros and declare various functions.Guy Harris1-0/+3
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...Lars Roland1-3/+0
2005-02-07From Alejandro Vaquero :Anders Broman1-3/+4
2005-02-05From Alejandro Vaquero:Anders Broman1-5/+2
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
2005-02-02Get rid of an unused typedef.Guy Harris1-2/+0
2005-02-02Don't assume that the only blank filter expression is empty - check forGuy Harris1-28/+30
2005-02-02"filter_string_fwd" is assigned a "const" pointer, so make it a "const"Guy Harris1-1/+1
2005-02-02for VoIP Call Analysis:Lars Roland1-33/+26
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+719