aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeguy1-1/+1
2005-01-16Use a more descriptive name, if available, for the network interface inguy1-3/+7
2004-12-29move global capture_child flag into capture_optionsulfl1-6/+1
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...ulfl1-32/+52
2004-11-10bugfix: button in capture info dialog has to stop capturingulfl1-2/+2
2004-10-30Move some #defines and #includes around, and add some other #includes,guy1-57/+6
2004-10-30Get rid of forward declarations of functions not defined in this file.guy1-12/+0
2004-10-30split capture_loop from capture.c, some more code cleanupulfl1-1285/+8
2004-10-30move quit_after_cap into capture_optsulfl1-2/+1
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. ulfl1-717/+8
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-22If we have "pcap_datalink_val_to_name()", use it when we construct aguy1-0/+5
2004-07-18Move dissectors to epan/dissectors directory.gram1-16/+16
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifguy1-1/+5
2004-06-29define of O_BINARY not needed, if fcntl.h is includedulfl1-6/+1
2004-06-20added an option to "avoid" the capture info dialog completely.ulfl1-13/+30
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+5
2004-04-17Failures when capturing should be reported as errors.guy1-11/+11
2004-04-13From Jon Oberheide: Add interface name to the capture and ethereal windowtuexen1-2/+2
2004-03-23Include "packet-ap1394.h" to declare "capture_ap1394()".guy1-1/+2
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy1-1/+4
2004-03-13experimental: make usage of pcap_setbuff to increase the kernel buffer sizeulfl1-1/+15
2004-03-04capture dialog limits now with units.ulfl1-2/+2
2004-03-04fixed differences between capture GUI frontend and backendulfl1-51/+76
2004-03-02implemented capture dialog 3rd (+x) proposalulfl1-15/+15
2004-02-28Capturing: "Number of files" switches between normal and multiple mode,ulfl1-27/+40
2004-02-21bugfix from previous check inulfl1-23/+23
2004-02-21quit_after_cap should be a gboolean, not an int, and it should be initializedulfl1-6/+6
2004-02-21rework of capture.c: better seperation of sync and capture pipe by usingulfl1-279/+352
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aguy1-4/+3
2004-02-09bugfix: close capture file again, if empty after capturingulfl1-1/+11
2004-02-03Tweak the error messages for bad capture filters.guy1-5/+6
2004-02-03ups, moved previously missing %s to the right placeulfl1-3/+3
2004-02-03Add a missing "%s" to the format string.guy1-2/+2
2004-02-03enhanced some dialog messages,ulfl1-9/+17
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-20/+21
2004-01-31Add some more information to the error message for invalid captureguy1-3/+5
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-9/+9
2004-01-31If "pcap_compile()" fails to compile an empty filter string (because,guy1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-2/+2
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-2/+3
2004-01-22Use "fork_child" rather than "child_process" - on Win32, "child_process"guy1-12/+6
2004-01-22bugfix: wrong parameter nameulfl1-2/+2
2004-01-22moved GTK specific parts from capture.c to ui_util.c,ulfl1-103/+38
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-3/+3
2004-01-18Update the Win32 information given when we fail to open a capture deviceguy1-3/+5
2004-01-05removed some MSVC warnings (level 3)ulfl1-3/+5
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)ulfl1-3/+3
2003-12-18Top-of-tree and top-of-0.8-branch libpcap support limited filtering onguy1-3/+3