aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-27added a small commentulfl1-1/+2
2004-05-26more code cleanup from dialog things:ulfl1-17/+7
2004-04-14two memory leaks removedulfl1-1/+2
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowtuexen1-3/+7
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-3/+3
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingulfl1-7/+7
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-9/+8
2004-01-21use stock buttons whereever possible,ulfl1-6/+2
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-3/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+oabad1-5/+5
2003-11-28use dlg_window_new instead of gtk_window_newulfl1-3/+2
2003-11-28label changed from "Portions" to "% of total" as suggested by Guyulfl1-6/+6
2003-11-18removed MSVC warningsulfl1-3/+2
2003-11-17Not all compilers allow array/structure/union members of automaticguy1-20/+26
2003-11-17"capture()" takes a "struct pcap_stat *" argument, so you need toguy1-2/+3
2003-11-15seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c,ulfl1-0/+279