aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix warning found by doxygenAlexis La Goutte2013-12-151-0/+2
* get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon2013-06-271-1/+1
* AAAAAArgh. The capture_input_new_XXX routines are called fromGuy Harris2013-05-221-40/+0
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-11/+24
* Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus2013-04-261-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Add an explicit capture_cb_capture_failed indication for the case whereGuy Harris2012-03-131-1/+2
* Third try. This time pipes and stdin are supported and theMichael Tüxen2012-01-251-1/+1
* We need a 3rd try. (After learning how to run the testuite on Windows locally).Michael Tüxen2012-01-241-1/+1
* Second try. This time pipes and stdin are supported.Michael Tüxen2012-01-241-1/+1
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-0/+8
* Back out infrastructure change. We missed supportingMichael Tüxen2011-10-201-1/+1
* Use a global list containing all interfaces and only changeMichael Tüxen2011-10-201-1/+1
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-271-1/+1
* Doxygen fixes.Anders Broman2010-08-261-1/+1
* If dumpcap exits abnormally, report the error.Guy Harris2010-05-261-2/+3
* If something is only supposed to be included if we have libpcap, don'tGuy Harris2010-05-141-3/+0
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-10/+0
* The packet counts and drop counts reported by libpcap are unsigned.Guy Harris2008-08-191-1/+1
* Have separate callback mechanisms in file.c and capture.c; pass theGuy Harris2008-06-241-0/+20
* Constify some arguments.Guy Harris2008-02-211-1/+1
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-021-0/+23
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-0/+5
* One more step in privilege separation.Gerald Combs2007-06-111-1/+6
* name changeRonnie Sahlberg2006-05-211-2/+2
* 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