aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/compare_stat.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Allow <variance> to be successfully sscanf'd no matter the locale for theChris Maynard1-2/+5
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-6/+0
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-6/+5
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-1/+1
2010-07-20Updading opensuse 11.2 -> 11.3 updated gcc to 4.5.0, which createdJörg Mayer1-2/+2
2010-04-23From Vincenzo Condoleo via bug 3724:Gerald Combs1-14/+14
2010-04-08Get rid of check_col().Anders Broman1-1/+1
2010-03-20Squelch GTK runtime warnings.Jaap Keuter1-3/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-14/+14
2009-09-02Use new_packet_list_colorize_packets() where cf_colorize_packets();Anders Broman1-2/+7
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+2
2009-08-03Add some null checks.Gerald Combs1-1/+1
2009-06-21Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-05-22g_string_append_printf() is the correct name of the function (oops).Bill Meier1-1/+1
2009-05-22Fix usage of several GTK/Glib deprecated functions.Bill Meier1-9/+9
2009-05-21Small improvements for the compare capture files dialog:Stig Bjørlykke1-2/+10
2009-05-20From Vincenzo Condoleo via bug 2589:Gerald Combs1-0/+1057