aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
AgeCommit message (Expand)AuthorFilesLines
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