aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-05Win32: fix signal_pipe handling if we run dumpcap as a standalone application...ulfl1-22/+39
2005-12-04move the complete functionality of the capture info dialog from capture_loop....ulfl1-55/+6
2005-12-03split some parts of the packet counting functions into their own files captur...ulfl1-102/+14
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...ulfl1-0/+1
2005-12-03the function capture_loop_popup_errmsg seems to be useless and misleading, ulfl1-17/+8
2005-12-02performance improvement: if the packet info dialog is hidden, we don't need t...ulfl1-0/+7
2005-11-28dumpcap.c doesn't need to link with file.c!ulfl1-1/+8
2005-11-28first steps towards a separated capture tool, working title "dumpcap"ulfl1-0/+2
2005-11-25rephrase the error dialog if an interface couldn't be opened.ulfl1-7/+9
2005-11-07Fix a typo.guy1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-11/+7
2005-10-30Make capture filter (and capture filter error message) strings "safe" asguy1-4/+10
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)ulfl1-3/+1
2005-10-06bugfix: reset the packet counter to zero, if switching to the next "multiple ...ulfl1-0/+2
2005-10-04Add a note about 64-bit support in WinPcap to the capture errors onguy1-0/+8
2005-09-27mention "http://wiki.ethereal.com/CaptureSetup" in the error dialog, when the...ulfl1-0/+2
2005-09-22Libpcap uses u_char; use it in our calls to libpcap routines and in ourguy1-8/+8
2005-09-22Update to current reality (WinPcap 3.1) the messages shown on Windows ifguy1-7/+4
2005-09-14added compression support for capture file output. The Save/As dialog now has...ulfl1-5/+5
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-1/+1
2005-05-26fix #125: as suggested, the data in rechdr has to be kept over several calls ...ulfl1-2/+2
2005-05-26some cleanup of capture error notification handlingulfl1-1/+1
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...ulfl1-8/+83
2005-05-12Use "pcap_get_selectable_fd()" if we have it, and if it returns -1,guy1-32/+52
2005-04-30(hopefully) removed various gcc warningsulfl1-1/+1
2005-04-16beautify an error messageulfl1-7/+11
2005-04-12capture engine: ulfl1-24/+38
2005-04-12it should now be possible to use "Update packets in real time" even if used w...ulfl1-0/+5
2005-04-11fix some error handlingulfl1-5/+17
2005-04-10fix a typoulfl1-1/+1
2005-04-10Win32 only bugfix: as using TerminateProcess is the brute force way and somet...ulfl1-0/+17
2005-04-10Fix indentation.guy1-10/+10
2005-03-28various (minor) capture code cleanupulfl1-0/+16
2005-03-28fix Solaris build (I've removed O_BINARY)ulfl1-13/+10
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredulfl1-37/+8
2005-03-28a lot more capture engine code cleanupulfl1-21/+76
2005-03-28major capture engine rework: use two task model for EVERY capture modeulfl1-0/+26
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFguy1-0/+6
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.guy1-0/+5
2005-02-23pass child capture filename to parent process (name currently unused) and som...ulfl1-0/+1
2005-02-15WinPcap 3.0 might support PPP/WAN capturing on Windows OT, so lump itguy1-7/+11
2005-02-06Get rid of a few cf_get_ references missed by the previous checkin.guy1-1/+1
2005-02-06another two steps towards privilege seperation:ulfl1-5/+5
2005-02-04remove #include "globals.h" and access to global cfile, use access functions ...ulfl1-17/+16
2005-02-04(some) redesign of capture data structures.ulfl1-10/+10
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...ulfl1-4/+4