aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
Commit message (Expand)AuthorAgeFilesLines
* fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping2006-03-131-1/+1
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-5/+11
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-117/+1
* add missing functions (to complete/cleanup of interface):Ulf Lamping2005-12-031-0/+10
* Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tGuy Harris2005-11-171-1/+1
* use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping2005-05-261-0/+6
* add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping2005-04-271-0/+10
* rename capture_clear() to capture_restart()Ulf Lamping2005-04-161-2/+2
* capture engine: Ulf Lamping2005-04-121-2/+6
* Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping2005-04-101-0/+3
* various (minor) capture code cleanupUlf Lamping2005-03-281-17/+9
* fix Solaris build (I've removed O_BINARY)Ulf Lamping2005-03-281-2/+1
* remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2005-03-281-5/+9
* a lot more capture engine code cleanupUlf Lamping2005-03-281-4/+12
* - pcap.h needs to be included before capture.hJörg Mayer2005-03-071-4/+2
* Another step towards using the parent/child mode for ALL captures.Ulf Lamping2005-02-281-0/+6
* some clarification of the capture child thingUlf Lamping2005-02-271-1/+1
* minor comment additionsUlf Lamping2005-02-271-2/+4
* CHILD_NAME is only used #ifdef HAVE_LIBPCAPUlf Lamping2005-02-231-2/+2
* use the applications name (currently "ethereal" or "tethereal") in capture_op...Ulf Lamping2005-02-231-1/+1
* Clean up indentation.Guy Harris2005-02-061-24/+24
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-3/+8
* instead of initializing the capture_options in main.c, use the new function c...Ulf Lamping2005-02-061-0/+4
* rename kill_capture_child to capture_kill_child to have a common prefixUlf Lamping2005-02-051-1/+1
* updated some commentsUlf Lamping2005-02-051-4/+8
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-2/+7
* move capture_file_fd field from capture_file to capture_opts type, as this is...Ulf Lamping2005-02-031-0/+1
* move global capture_child flag into capture_optionsUlf Lamping2004-12-291-3/+1
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-11/+8
* split capture_loop from capture.c, some more code cleanupUlf Lamping2004-10-301-10/+16
* move quit_after_cap into capture_optsUlf Lamping2004-10-301-4/+8
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Make sure child processes don't create a splash screen. Make the verbs inGerald Combs2004-07-061-3/+3
* added an option to "avoid" the capture info dialog completely.Ulf Lamping2004-06-201-1/+2
* add more details for doxygenUlf Lamping2004-06-041-37/+46
* From Jon Oberheide: Add interface name to the capture and ethereal windowMichael Tüxen2004-04-131-2/+3
* experimental: make usage of pcap_setbuff to increase the kernel buffer sizeUlf Lamping2004-03-131-1/+4
* fixed differences between capture GUI frontend and backendUlf Lamping2004-03-041-13/+12
* implemented capture dialog 3rd (+x) proposalUlf Lamping2004-03-021-8/+16
* Capturing: "Number of files" switches between normal and multiple mode,Ulf Lamping2004-02-281-2/+2
* quit_after_cap should be a gboolean, not an int, and it should be initializedUlf Lamping2004-02-211-2/+2
* rework of capture.c: better seperation of sync and capture pipe by usingUlf Lamping2004-02-211-5/+1
* seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.cUlf Lamping2003-11-151-1/+34
* Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris2003-11-011-1/+3
* Don't pop up tap windows specified with "-z" options until we have aGuy Harris2003-09-151-5/+5
* Implement a ring buffer switch duration:Laurent Deniel2003-05-151-1/+3
* From Albert Chin: "sync_pipe[]" isn't exported by "capture.c", so itGuy Harris2003-01-091-2/+1
* From Graeme Hewson:Guy Harris2002-09-091-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Put all the capture options into a structure.Guy Harris2002-02-241-11/+22