Add the (still unfinished) tethereal side of the funnel.
[metze/wireshark/wip.git] / capture.c
2006-02-17 Ulf Lampingadd a log message, if capture start failed
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-01-22 Ulf Lampingshow the number of packets captured, if "Update list...
2005-12-06 Ulf Lampingwe can even get error messages while we are capturing...
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-04 Ulf Lampingmove the complete functionality of the capture info...
2005-12-03 Ulf Lampingclarify a comment
2005-12-03 Ulf Lampingadd missing functions (to complete/cleanup of interface):
2005-11-25 Ulf Lampingadd some more help text to the "no packets captured...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-07 Ulf Lampingminor fix: fix the sequence while finishing a live...
2005-09-20 Ulf Lampingadd two new callbacks:
2005-05-26 Ulf Lampingchanged the loglevel of "capture kill" from message...
2005-05-26 Ulf Lampinguse the log features of the GLib to have verbose output...
2005-05-25 Ulf Lampingthe capture child might not respond shortly after bring...
2005-04-30 Ulf Lampingremoved various gcc warnings
2005-04-30 Ulf Lamping(hopefully) removed various gcc warnings
2005-04-27 Ulf Lampingadd a state member to the capture_opts, and set it...
2005-04-18 Ulf Lampingstatusbar changes:
2005-04-17 Ulf Lampingbugfix: show the right filesize after a live capture...
2005-04-16 Ulf Lampingrename capture_clear() to capture_restart()
2005-04-16 Ulf Lampingbugfix: don't crash on error in normal mode capture
2005-04-12 Ulf Lampingdon't display "No packets captured" dialog, when using...
2005-04-12 Ulf Lampingcapture engine:
2005-04-12 Ulf Lampingit should now be possible to use "Update packets in...
2005-04-11 Ulf Lampingvarious capture code cleanup and fixes:
2005-04-10 Ulf Lampingbugfix: call to cf_cb_live_capture_..._started with...
2005-04-10 Ulf Lampingfix statusbar messages by splitting into update and...
2005-04-10 Ulf Lampingbugfix: hide panes if a non "Update" capture had no...
2005-04-10 Ulf Lampingbugfix: call cf_cb_live_capture_finished *if* some...
2005-04-10 Ulf Lampingbugfix: when no packets were captured, don't call cf_cb...
2005-04-10 Guy HarrisClean up indentation.
2005-03-28 Ulf Lampingsome minor changes
2005-03-28 Ulf Lampingbugfixes: bring non real-time captures back to former...
2005-03-28 Ulf Lampingvarious (minor) capture code cleanup
2005-03-28 Ulf Lampingfix Solaris build (I've removed O_BINARY)
2005-03-28 Ulf Lampingremove capture_child flag from capture_opts as it's...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-28 Ulf Lampingmajor capture engine rework: use two task model for...
2005-02-28 Ulf LampingAnother step towards using the parent/child mode for...
2005-02-27 Ulf Lampingsome more cleanup of the capturing code (e.g. split...
2005-02-27 Ulf Lampingbugfix to bring up correct error message if capture...
2005-02-27 Ulf Lampingsome clarification of the capture child thing
2005-02-23 Ulf Lampingmove capture_opts related things (init, command line...
2005-02-22 Ulf Lampingadd the number of autostop files to the command line...
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-08 Ulf Lampingfix a capture bug if the capture filter wasn't valid...
2005-02-07 Ulf Lampingfix a bug if capturing into named files is used
2005-02-07 Guy HarrisMove the code to set the title on a window when a captu...
2005-02-06 Guy HarrisInclude <ctype.h> for "isspace()".
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-06 Ulf Lampingsome cleanup of the initial start sequence of Ethereal...
2005-02-06 Ulf Lampingfix bugs regarding the capture child
2005-02-06 Ulf Lampinginstead of initializing the capture_options in main...
2005-02-05 Ulf Lampingrename kill_capture_child to capture_kill_child to...
2005-02-05 Guy HarrisPut "cf_status_t" back.
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-02-04 Ulf Lampingremove #include "globals.h" and access to global cfile...
2005-02-04 Ulf Lamping(some) redesign of capture data structures.
2005-02-03 Ulf Lampingmove capture_file_fd field from capture_file to capture...
2005-01-16 Guy HarrisRename capture_combo_utils.{c,h} to capture_ui_utils...
2005-01-16 Guy HarrisUse a more descriptive name, if available, for the...
2004-12-29 Ulf Lampingmove global capture_child flag into capture_options
2004-12-29 Ulf LampingDon't use a global capture_opts in the capturing engine...
2004-11-10 Ulf Lampingbugfix: button in capture info dialog has to stop capturing
2004-10-30 Guy HarrisMove some #defines and #includes around, and add some...
2004-10-30 Guy HarrisGet rid of forward declarations of functions not define...
2004-10-30 Ulf Lampingsplit capture_loop from capture.c, some more code cleanup
2004-10-30 Ulf Lampingmove quit_after_cap into capture_opts
2004-10-30 Ulf Lampingcode cleanup: split capture_sync from capture.c into...
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-22 Guy HarrisIf we have "pcap_datalink_val_to_name()", use it when...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-30 Guy HarrisOn at least some platforms, a #define of O_BINARY is...
2004-06-29 Ulf Lampingdefine of O_BINARY not needed, if fcntl.h is included
2004-06-20 Ulf Lampingadded an option to "avoid" the capture info dialog...
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-04-17 Guy HarrisFailures when capturing should be reported as errors.
2004-04-13 Michael TüxenFrom Jon Oberheide: Add interface name to the capture...
2004-03-23 Guy HarrisInclude "packet-ap1394.h" to declare "capture_ap1394()".
2004-03-23 Guy HarrisAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2004-03-13 Ulf Lampingexperimental: make usage of pcap_setbuff to increase...
2004-03-04 Ulf Lampingcapture dialog limits now with units.
2004-03-04 Ulf Lampingfixed differences between capture GUI frontend and...
2004-03-02 Ulf Lampingimplemented capture dialog 3rd (+x) proposal
2004-02-28 Ulf LampingCapturing: "Number of files" switches between normal...
2004-02-21 Ulf Lampingbugfix from previous check in
2004-02-21 Ulf Lampingquit_after_cap should be a gboolean, not an int, and...
2004-02-21 Ulf Lampingrework of capture.c: better seperation of sync and...
2004-02-11 Guy HarrisAdd an "open_failure_alert_box()" routine to pop up...
2004-02-09 Ulf Lampingbugfix: close capture file again, if empty after capturing
2004-02-03 Guy HarrisTweak the error messages for bad capture filters.
2004-02-03 Ulf Lampingups, moved previously missing %s to the right place
2004-02-03 Guy HarrisAdd a missing "%s" to the format string.
2004-02-03 Ulf Lampingenhanced some dialog messages,
2004-01-31 Guy HarrisPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 Guy HarrisAdd some more information to the error message for...
2004-01-31 Ulf Lampingrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-31 Guy HarrisIf "pcap_compile()" fails to compile an empty filter...
next