aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
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