aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-2/+0
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-1/+0
2005-12-14hmmm, the include sequence might be important too ...Ulf Lamping1-1/+1
2005-12-14add missing includeUlf Lamping1-0/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-7/+26
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-4/+5
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-03-28various (minor) capture code cleanupUlf Lamping1-1/+1
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-1/+1
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer1-1/+1
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-1/+1
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris1-1/+1
2005-01-16Use a more descriptive name, if available, for the network interface inGuy Harris1-37/+17
2005-01-15Recently the capture interface name was added to the title of the capture inf...Ulf Lamping1-1/+35
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-1/+2
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-1/+6
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-27added a small commentUlf Lamping1-1/+2
2004-05-26more code cleanup from dialog things:Ulf Lamping1-17/+7
2004-04-14two memory leaks removedUlf Lamping1-1/+2
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen1-3/+7
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-3/+3
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping1-7/+7
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