do freeze/thaw in packet_list_set_selected_row only, if the list must be moved. This...
[obnox/wireshark/wip.git] / gtk / capture_info_dlg.c
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-02-04 ulfl(some) redesign of capture data structures.
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...
2005-01-16 guyUse a more descriptive name, if available, for the...
2005-01-15 ulflRecently the capture interface name was added to the...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
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...