summaryrefslogtreecommitdiff
path: root/ui/gtk/voip_calls_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-19/+3
2014-11-21VoIP Call (GTK): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
2014-11-19voip_calls: Fix tap callbacks.Gerald Combs1-2/+2
2014-11-18voip_calls: Regression fixes.Gerald Combs1-6/+7
2014-11-18Fix indentation.Guy Harris1-1/+1
2014-11-18voip_calls: Move to ui.Gerald Combs1-9/+33
2014-11-17voip_calls: Get rid of global variables.Gerald Combs1-64/+74
2014-11-15VoIP calls: Start separating common and GTK+-dependent code.Gerald Combs1-2/+2
2014-11-15Fix a pointer type.Gerald Combs1-4/+4
2014-11-15VoIP calls: Clean up tap registration and removal.Gerald Combs1-44/+54
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+11
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-27Use GQueue for generating statisticsBalint Reczey1-18/+13
2014-06-25fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Fl...James Coleman1-3/+20
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-16Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-24Make things compile again.Jörg Mayer1-1/+1
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-9/+8
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-2/+2
2013-06-19Fix for bug 6090. Clear the list store when resetting the dialog.Martin Mathieson1-0/+5
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-2/+0
2013-03-21From beroset:Bill Meier1-13/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-8/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-1/+2
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-1/+1
2012-03-14VoIP Calls Graph Analysis: Elements not sorted by Time.Anders Broman1-1/+19
2012-02-07packet-gsm_sim.c was the wrong file to check in.Jörg Mayer1-2/+2
2012-02-06From Cristian Constantin:Anders Broman1-2/+16
2012-02-04From Cristian Constantin:Anders Broman1-0/+5
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+888