aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* added a small commentUlf Lamping2004-05-271-1/+2
* more code cleanup from dialog things:Ulf Lamping2004-05-261-17/+7
* two memory leaks removedUlf Lamping2004-04-141-1/+2
* From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen2004-04-131-3/+7
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-3/+3
* rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping2004-02-211-7/+7
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-9/+8
* use stock buttons whereever possible,Ulf Lamping2004-01-211-6/+2
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping2003-12-211-3/+2
* Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad2003-12-161-5/+5
* use dlg_window_new instead of gtk_window_newUlf Lamping2003-11-281-3/+2
* label changed from "Portions" to "% of total" as suggested by GuyUlf Lamping2003-11-281-6/+6
* removed MSVC warningsUlf Lamping2003-11-181-3/+2
* Not all compilers allow array/structure/union members of automaticGuy Harris2003-11-171-20/+26
* "capture()" takes a "struct pcap_stat *" argument, so you need toGuy Harris2003-11-171-2/+3
* seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c,Ulf Lamping2003-11-151-0/+279