summaryrefslogtreecommitdiff
path: root/ui/gtk/voip_calls_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin1-4/+3
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-1/+1
2015-11-16Qt: add a reference counter to sequence analysis infoPascal Quantin1-0/+5
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+2
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-1/+1
2015-10-02Qt: Initial RTP playback.Gerald Combs1-0/+1
2015-09-03Move IAX2 analysis to the ui directory.Gerald Combs1-1/+1
2015-07-26VoIP Call: fix Ubuntu BuildbotAlexis La Goutte1-0/+1
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-2/+4
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+4
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-1/+3
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-7/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+1
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