aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Use GQueue for generating statisticsBalint Reczey1-120/+122
2014-06-25fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Fl...James Coleman1-10/+59
2014-04-15ui/gtk/voip_calls: Fix minor memleakPeter Wu1-6/+2
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use an extended value-string; Move value-string array from .h file; Do...Bill Meier1-2/+2
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-8/+8
2013-12-14Create/use several extended value-strings;Bill Meier1-6/+29
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-09Fix crash when displaying VoIP call flow (introduced in r52824)Pascal Quantin1-0/+13
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-26/+26
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-5/+44
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard1-5/+5
2013-07-01Consistently maintain the callState member of an iax2_info_t structureGuy Harris1-45/+2
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-1/+8
2013-06-06From report of IgorVK via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-0/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-1/+1
2013-04-05From Tim Ringenbach:Anders Broman1-2/+2
2013-03-21From beroset:Bill Meier1-78/+78
2013-03-21From beroset:Bill Meier1-31/+31
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+1
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-38/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17callsinfo->stop_fd not set in all branches for UNISTIM.Anders Broman1-5/+7
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-1/+1
2012-09-01Clean up mgcpDialedDigits and add modelines.Evan Huus1-8/+29
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02From Evan Huus Memory leak in voip_calls.c https://bugs.wireshark.org/bugzill...Anders Broman1-1/+4
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-04-04Fix CID 614: callsinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-101/+98
2012-04-04Fix CID 615: strinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-145/+143
2012-04-04Fix CID 616: callsinfo can't be NULL here so don't check for it being NULL.Jeff Morriss1-13/+11
2012-03-14Fix:Jörg Mayer1-11/+11
2012-03-14voip_calls.c Use the hastable instead, we should do away with the list.Anders Broman1-2/+65
2012-03-14VoIP Calls Graph Analysis: Elements not sorted by Time.Anders Broman1-2/+1
2012-02-07Allways use g_list_prepend().Anders Broman1-16/+16
2012-02-06From Cristian Constantin:Anders Broman1-64/+57
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-3/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+4083