aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-24Add some comments to the effect that capture_loop_dispatch must timeout to makerichardv1-3/+15
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asguy1-1/+1
2007-04-18Remove a linebreak from an error message dialog so it wraps properlysfisher1-1/+1
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingstandel1-1/+1
2007-02-19Output error msgs when using dumpcap from cmd-line (stand-alone);wmeier1-4/+3
2007-02-19Fix error handling for invalid named pipe;wmeier1-1/+3
2007-02-10Windows named pipe support, which was disabled several months ago,gerald1-6/+6
2007-01-01Fix "dumpcap -w -" to use binmode on stdout if Windows;wmeier1-6/+14
2006-11-07As Ulf Lamping notes:guy1-20/+3
2006-11-02Frederic Heem:jmayer1-2/+24
2006-10-08from Richard van der Hoff:ulfl1-5/+5
2006-10-02Do not show the Windows specific message on non-Windows systems.tuexen1-1/+1
2006-09-25make sure we still compile for all out rh71 userssahlberg1-1/+1
2006-09-23squelch some compiler warnings due to currently disabled codeulfl1-0/+2
2006-09-22Add support for reading from stdin under Windows. Based on a patch sentgerald1-96/+210
2006-08-26Go back to setting the capture filter to an empty string when we start;guy1-8/+0
2006-08-21Initialize the cfilter field of a capture_opts structure to a nullguy1-0/+8
2006-07-01Explicitly note that a "Please report this to the Wireshark developers"guy1-1/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-3/+3
2006-05-28Ethereal->Wiresharketxrab1-11/+11
2006-05-22ethereal->wiresharksahlberg1-1/+1
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-122/+136
2006-05-20The timeout is needed if you don't have pcap_breakloop(), so we'll putguy1-26/+112
2006-05-20Dumpcap doesn't need to ensure that it doesn't block indefinitely, as itguy1-112/+26
2006-04-29Have the ring buffer routines take a pointer to a "bytes written" countguy1-3/+5
2006-04-03Put the low-level sync routines into a common file so they can be sharedguy1-19/+19
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,guy1-35/+41
2006-03-24remove some XXX markers in comments which are no (longer) ToDo itemsulfl1-2/+2
2006-03-21Simplify the argument list to cap_pipe_dispatch().guy1-16/+15
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...ulfl1-1/+2
2006-03-09fix two bugs causing crashes on Win32: ulfl1-6/+10
2006-03-05Add in a variable we need on Windows.guy1-0/+3
2006-03-05In the capture_loop.c code, open the capture device for input beforeguy1-8/+8
2006-03-05Make some routines not used outside capture_loop.c static.guy1-2/+2
2006-03-05Pass two strings in capture child messages, so the child can sendguy1-73/+69
2006-03-04When capturing, we only support writing to libpcap files. Given that,guy1-50/+29
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-39/+18
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-1/+1
2006-02-12mark an unused parameterulfl1-1/+1
2006-02-11the point of no return ...ulfl1-6/+9
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...ulfl1-2/+5
2006-01-06code cleanup: use "-" for all places, where stdin/stdout is meantulfl1-1/+1
2006-01-04Handle a null-string file name in "capture_loop_open_output()" - that'sguy1-12/+25
2005-12-31Ooops, remove a debug message in the Win32 code part of the capturing loop.ulfl1-1/+1
2005-12-17Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel...ulfl1-10/+5
2005-12-14Constify a bunch of arguments and variables, to squelch compilerguy1-3/+2
2005-12-13HUGE STEP (hopefully toward the right direction):ulfl1-125/+81
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-12-05I've forgot to put one line under _WIN32, should fix the unix buildulfl1-5/+5