aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
Commit message (Expand)AuthorAgeFilesLines
* fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel2007-04-131-1/+1
* from Richard van der Hoff:Ulf Lamping2006-10-081-4/+3
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-11/+5
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-2/+2
* Ethereal->WiresharkAnders Broman2006-05-281-3/+3
* Fix the only gerald@ethereal.com references left.Guy Harris2006-05-211-1/+1
* If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris2006-05-211-14/+35
* The timeout is needed if you don't have pcap_breakloop(), so we'll putGuy Harris2006-05-201-0/+26
* Dumpcap doesn't need to ensure that it doesn't block indefinitely, as itGuy Harris2006-05-201-26/+0
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-0/+25
* Simplify the argument list to cap_pipe_dispatch().Guy Harris2006-03-211-2/+1
* Make some routines not used outside capture_loop.c static.Guy Harris2006-03-051-7/+0
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-3/+11
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-3/+5
* move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping2006-01-071-2/+1
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-141-0/+8
* HUGE STEP (hopefully toward the right direction):Ulf Lamping2005-12-131-0/+110
* split some parts of the packet counting functions into their own files captur...Ulf Lamping2005-12-031-28/+0
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+71