aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
AgeCommit message (Expand)AuthorFilesLines
2006-05-28Ethereal->WiresharkAnders Broman1-3/+3
2006-05-21Fix the only gerald@ethereal.com references left.Guy Harris1-1/+1
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris1-14/+35
2006-05-20The timeout is needed if you don't have pcap_breakloop(), so we'll putGuy Harris1-0/+26
2006-05-20Dumpcap doesn't need to ensure that it doesn't block indefinitely, as itGuy Harris1-26/+0
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-0/+25
2006-03-21Simplify the argument list to cap_pipe_dispatch().Guy Harris1-2/+1
2006-03-05Make some routines not used outside capture_loop.c static.Guy Harris1-7/+0
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-3/+11
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-3/+5
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping1-2/+1
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-0/+8
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-0/+110
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-28/+0
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+71