aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-25Move some items back into capture_loop.c (since TShark no longer needs them).gerald1-71/+0
2007-08-24Fix bug 1181 by always using select() on a capture fd on linuxrichardv1-1/+8
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingstandel1-1/+1
2006-10-08from Richard van der Hoff:ulfl1-4/+3
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-11/+5
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-2/+2
2006-05-28Ethereal->Wiresharketxrab1-3/+3
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