aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-10Clean up indentation.Guy Harris1-119/+119
2005-03-28some minor changesUlf Lamping1-5/+4
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping1-0/+6
2005-03-28various (minor) capture code cleanupUlf Lamping1-48/+21
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping1-4/+4
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping1-8/+8
2005-03-28a lot more capture engine code cleanupUlf Lamping1-153/+133
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-7/+23
2005-02-28Another step towards using the parent/child mode for ALL captures.Ulf Lamping1-9/+17
2005-02-27some more cleanup of the capturing code (e.g. split up of the code reading in...Ulf Lamping1-26/+38
2005-02-27bugfix to bring up correct error message if capture file couldn't be openened.Ulf Lamping1-20/+17
2005-02-27some clarification of the capture child thingUlf Lamping1-5/+20
2005-02-23move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping1-272/+0
2005-02-22add the number of autostop files to the command line parameters, e.g.:Ulf Lamping1-0/+4
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2005-02-08fix a capture bug if the capture filter wasn't valid to get back to "empty" s...Ulf Lamping1-2/+2
2005-02-07fix a bug if capturing into named files is usedUlf Lamping1-1/+3
2005-02-07Move the code to set the title on a window when a capture is in progressGuy Harris1-6/+2
2005-02-06Include <ctype.h> for "isspace()".Guy Harris1-1/+3
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-6/+238
2005-02-06some cleanup of the initial start sequence of Ethereal, filling in capture_op...Ulf Lamping1-1/+1
2005-02-06fix bugs regarding the capture childUlf Lamping1-1/+1
2005-02-06instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping1-0/+35
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping1-1/+1
2005-02-05Put "cf_status_t" back.Guy Harris1-3/+3
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-4/+4
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping1-12/+11
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-15/+15
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping1-4/+4
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-3/+7
2004-12-29move global capture_child flag into capture_optionsUlf Lamping1-6/+1
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-32/+52
2004-11-10bugfix: button in capture info dialog has to stop capturingUlf Lamping1-2/+2
2004-10-30Move some #defines and #includes around, and add some other #includes,Guy Harris1-57/+6
2004-10-30Get rid of forward declarations of functions not defined in this file.Guy Harris1-12/+0
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping1-1285/+8
2004-10-30move quit_after_cap into capture_optsUlf Lamping1-2/+1
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping1-717/+8
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-22If we have "pcap_datalink_val_to_name()", use it when we construct aGuy Harris1-0/+5
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-16/+16
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+5
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-6/+1
2004-06-20added an option to "avoid" the capture info dialog completely.Ulf Lamping1-13/+30
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-1/+5
2004-04-17Failures when capturing should be reported as errors.Guy Harris1-11/+11
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen1-2/+2
2004-03-23Include "packet-ap1394.h" to declare "capture_ap1394()".Guy Harris1-1/+2