aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
Commit message (Expand)AuthorAgeFilesLines
* Another step towards using the parent/child mode for ALL captures.Ulf Lamping2005-02-281-9/+17
* some more cleanup of the capturing code (e.g. split up of the code reading in...Ulf Lamping2005-02-271-26/+38
* bugfix to bring up correct error message if capture file couldn't be openened.Ulf Lamping2005-02-271-20/+17
* some clarification of the capture child thingUlf Lamping2005-02-271-5/+20
* move capture_opts related things (init, command line, ...) from capture.c to ...Ulf Lamping2005-02-231-272/+0
* add the number of autostop files to the command line parameters, e.g.:Ulf Lamping2005-02-221-0/+4
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* fix a capture bug if the capture filter wasn't valid to get back to "empty" s...Ulf Lamping2005-02-081-2/+2
* fix a bug if capturing into named files is usedUlf Lamping2005-02-071-1/+3
* Move the code to set the title on a window when a capture is in progressGuy Harris2005-02-071-6/+2
* Include <ctype.h> for "isspace()".Guy Harris2005-02-061-1/+3
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-6/+238
* some cleanup of the initial start sequence of Ethereal, filling in capture_op...Ulf Lamping2005-02-061-1/+1
* fix bugs regarding the capture childUlf Lamping2005-02-061-1/+1
* instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping2005-02-061-0/+35
* rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping2005-02-051-1/+1
* Put "cf_status_t" back.Guy Harris2005-02-051-3/+3
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-4/+4
* remove #include "globals.h" and access to global cfile, use access functions ...Ulf Lamping2005-02-041-12/+11
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-15/+15
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-4/+4
* Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris2005-01-161-1/+1
* Use a more descriptive name, if available, for the network interface inGuy Harris2005-01-161-3/+7
* move global capture_child flag into capture_optionsUlf Lamping2004-12-291-6/+1
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-32/+52
* bugfix: button in capture info dialog has to stop capturingUlf Lamping2004-11-101-2/+2
* Move some #defines and #includes around, and add some other #includes,Guy Harris2004-10-301-57/+6
* Get rid of forward declarations of functions not defined in this file.Guy Harris2004-10-301-12/+0
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-1285/+8
* move quit_after_cap into capture_optsUlf Lamping2004-10-301-2/+1
* code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping2004-10-301-717/+8
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* If we have "pcap_datalink_val_to_name()", use it when we construct aGuy Harris2004-09-221-0/+5
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-16/+16
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+5
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-6/+1
* added an option to "avoid" the capture info dialog completely.Ulf Lamping2004-06-201-13/+30
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+5
* Failures when capturing should be reported as errors.Guy Harris2004-04-171-11/+11
* From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen2004-04-131-2/+2
* Include "packet-ap1394.h" to declare "capture_ap1394()".Guy Harris2004-03-231-1/+2
* Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris2004-03-231-1/+4
* experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping2004-03-131-1/+15
* capture dialog limits now with units.Ulf Lamping2004-03-041-2/+2
* fixed differences between capture GUI frontend and backendUlf Lamping2004-03-041-51/+76
* implemented capture dialog 3rd (+x) proposalUlf Lamping2004-03-021-15/+15
* Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping2004-02-281-27/+40
* bugfix from previous check inUlf Lamping2004-02-211-23/+23
* quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping2004-02-211-6/+6