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