aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-19/+19
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-35/+41
2006-03-24remove some XXX markers in comments which are no (longer) ToDo itemsUlf Lamping1-2/+2
2006-03-21Simplify the argument list to cap_pipe_dispatch().Guy Harris1-16/+15
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...Ulf Lamping1-1/+2
2006-03-09fix two bugs causing crashes on Win32: Ulf Lamping1-6/+10
2006-03-05Add in a variable we need on Windows.Guy Harris1-0/+3
2006-03-05In the capture_loop.c code, open the capture device for input beforeGuy Harris1-8/+8
2006-03-05Make some routines not used outside capture_loop.c static.Guy Harris1-2/+2
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-73/+69
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-50/+29
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-39/+18
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-1/+1
2006-02-12mark an unused parameterUlf Lamping1-1/+1
2006-02-11the point of no return ...Ulf Lamping1-6/+9
2006-01-07move output_to_pipe flag from tethereal's loop_data into capture_opts, so it ...Ulf Lamping1-2/+5
2006-01-06code cleanup: use "-" for all places, where stdin/stdout is meantUlf Lamping1-1/+1
2006-01-04Handle a null-string file name in "capture_loop_open_output()" - that'sGuy Harris1-12/+25
2005-12-31Ooops, remove a debug message in the Win32 code part of the capturing loop.Ulf Lamping1-1/+1
2005-12-17Win32 bugfix: peeking the signal_pipe at capture_loop start seems to be unrel...Ulf Lamping1-10/+5
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-3/+2
2005-12-13HUGE STEP (hopefully toward the right direction):Ulf Lamping1-125/+81
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-12-05I've forgot to put one line under _WIN32, should fix the unix buildUlf Lamping1-5/+5
2005-12-05Win32: fix signal_pipe handling if we run dumpcap as a standalone application...Ulf Lamping1-22/+39
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-55/+6
2005-12-03split some parts of the packet counting functions into their own files captur...Ulf Lamping1-102/+14
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+1
2005-12-03the function capture_loop_popup_errmsg seems to be useless and misleading, Ulf Lamping1-17/+8
2005-12-02performance improvement: if the packet info dialog is hidden, we don't need t...Ulf Lamping1-0/+7
2005-11-28dumpcap.c doesn't need to link with file.c!Ulf Lamping1-1/+8
2005-11-28first steps towards a separated capture tool, working title "dumpcap"Ulf Lamping1-0/+2
2005-11-25rephrase the error dialog if an interface couldn't be opened.Ulf Lamping1-7/+9
2005-11-07Fix a typo.Guy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-11/+7
2005-10-30Make capture filter (and capture filter error message) strings "safe" asGuy Harris1-4/+10
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping1-3/+1
2005-10-06bugfix: reset the packet counter to zero, if switching to the next "multiple ...Ulf Lamping1-0/+2
2005-10-04Add a note about 64-bit support in WinPcap to the capture errors onGuy Harris1-0/+8
2005-09-27mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the...Ulf Lamping1-0/+2
2005-09-22Libpcap uses u_char; use it in our calls to libpcap routines and in ourGuy Harris1-8/+8
2005-09-22Update to current reality (WinPcap 3.1) the messages shown on Windows ifGuy Harris1-7/+4
2005-09-14added compression support for capture file output. The Save/As dialog now has...Ulf Lamping1-5/+5
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-1/+1
2005-05-26fix #125: as suggested, the data in rechdr has to be kept over several calls ...Ulf Lamping1-2/+2
2005-05-26some cleanup of capture error notification handlingUlf Lamping1-1/+1
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...Ulf Lamping1-8/+83
2005-05-12Use "pcap_get_selectable_fd()" if we have it, and if it returns -1,Guy Harris1-32/+52
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-1/+1
2005-04-16beautify an error messageUlf Lamping1-7/+11