split capture_loop from capture.c, some more code cleanup
[obnox/wireshark/wip.git] / gtk / capture_info_dlg.c
2004-10-30 ulflsplit capture_loop from capture.c, some more code cleanup
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-27 ulfladded a small comment
2004-05-26 ulflmore code cleanup from dialog things:
2004-04-14 ulfltwo memory leaks removed
2004-04-13 tuexenFrom Jon Oberheide: Add interface name to the capture...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-21 ulflrework of capture.c: better seperation of sync and...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-21 ulflremoved some MSVC warnings (moved pcap.h before glib.h)
2003-12-16 oabadUse gtk compatibility macros (from compat_macros.h...
2003-11-28 ulfluse dlg_window_new instead of gtk_window_new
2003-11-28 ulfllabel changed from "Portions" to "% of total" as sugges...
2003-11-18 ulflremoved MSVC warnings
2003-11-17 guyNot all compilers allow array/structure/union members...
2003-11-17 guy"capture()" takes a "struct pcap_stat *" argument,...
2003-11-15 ulflseperated capture dialog from capture.c and put into...