aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-9/+8
2004-01-21use stock buttons whereever possible,Ulf Lamping1-6/+2
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-5/+5
2003-11-28use dlg_window_new instead of gtk_window_newUlf Lamping1-3/+2
2003-11-28label changed from "Portions" to "% of total" as suggested by GuyUlf Lamping1-6/+6
2003-11-18removed MSVC warningsUlf Lamping1-3/+2
2003-11-17Not all compilers allow array/structure/union members of automaticGuy Harris1-20/+26
2003-11-17"capture()" takes a "struct pcap_stat *" argument, so you need toGuy Harris1-2/+3
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c,Ulf Lamping1-0/+279