Add missing guard around access to interface_row.buffer.
[obnox/wireshark/wip.git] / capture.c
2011-08-05 tuexenAdd support for multiple interfaces to the capture...
2011-06-27 tuexenImprove the report of illegal capture filters. Also...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-05-19 tuexenIn case we have no interface information in the array...
2011-05-19 tuexenWhen capturing from multiple interfaces, indicate this...
2011-01-13 sfisherAdd "break;" to end of last case statement.
2010-11-28 guyClean up white space.
2010-08-24 etxrabFrom Gregor Beck:
2010-05-27 geraldAdd cf_fake_continue_tail() which is called when real...
2010-05-26 guyIf dumpcap exits abnormally, report the error.
2010-05-17 guyWhen dumpcap is run to get an interface list, interface...
2010-04-01 geraldKeep a copy of the interface description and capture...
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2009-12-15 geraldBehave more gracefully if WinPcap isn't installed....
2009-12-14 jakeFrom Valerio Messina:
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-06-11 wmeier(Minor) #include "alert_box.h" not req'd
2009-01-04 wmeierMinor rewording of a few comments; fix a few typos.
2008-08-19 guyThe packet counts and drop counts reported by libpcap...
2008-08-15 wmeierFix some incorrect code (found by valgrind).
2008-06-24 guyHave separate callback mechanisms in file.c and capture...
2008-06-24 guyHave capture_info_ui_create() and capture_info_open...
2008-06-02 stigDon't include \r in linktype on win32, it looks weird...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-07 sfisher- Remove GLIB1 code
2008-02-21 guyConstify some arguments.
2008-02-07 stigRemoved some more "statement not reached" warnings.
2007-09-25 ulflas "advertised" some days ago:
2007-08-02 geraldAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 geraldRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 geraldFix compilation under VS6 (hopefully without breaking...
2007-06-11 jakeFix segmentation fault when NULL err_msg pointer passed...
2007-06-11 geraldOne more step in privilege separation.
2007-05-17 wmeierMinor fix: For "wireshark -Q ..." show "no packets...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-13 ulflfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-05 guyPass two strings in capture child messages, so the...
2006-03-01 guyClean up indentation a bit.
2006-02-17 ulfladd a log message, if capture start failed
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-01-22 ulflshow the number of packets captured, if "Update list...
2005-12-06 ulflwe can even get error messages while we are capturing...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-04 ulflmove the complete functionality of the capture info...
2005-12-03 ulflclarify a comment
2005-12-03 ulfladd missing functions (to complete/cleanup of interface):
2005-11-25 ulfladd some more help text to the "no packets captured...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-07 ulflminor fix: fix the sequence while finishing a live...
2005-09-20 ulfladd two new callbacks:
2005-05-26 ulflchanged the loglevel of "capture kill" from message...
2005-05-26 ulfluse the log features of the GLib to have verbose output...
2005-05-25 ulflthe capture child might not respond shortly after bring...
2005-04-30 ulflremoved various gcc warnings
2005-04-30 ulfl(hopefully) removed various gcc warnings
2005-04-27 ulfladd a state member to the capture_opts, and set it...
2005-04-18 ulflstatusbar changes:
2005-04-17 ulflbugfix: show the right filesize after a live capture...
2005-04-16 ulflrename capture_clear() to capture_restart()
2005-04-16 ulflbugfix: don't crash on error in normal mode capture
2005-04-12 ulfldon't display "No packets captured" dialog, when using...
2005-04-12 ulflcapture engine:
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-04-11 ulflvarious capture code cleanup and fixes:
2005-04-10 ulflbugfix: call to cf_cb_live_capture_..._started with...
2005-04-10 ulflfix statusbar messages by splitting into update and...
2005-04-10 ulflbugfix: hide panes if a non "Update" capture had no...
2005-04-10 ulflbugfix: call cf_cb_live_capture_finished *if* some...
2005-04-10 ulflbugfix: when no packets were captured, don't call cf_cb...
2005-04-10 guyClean up indentation.
2005-03-28 ulflsome minor changes
2005-03-28 ulflbugfixes: bring non real-time captures back to former...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-28 ulflremove capture_child flag from capture_opts as it's...
2005-03-28 ulfla lot more capture engine code cleanup
2005-03-28 ulflmajor capture engine rework: use two task model for...
2005-02-28 ulflAnother step towards using the parent/child mode for...
2005-02-27 ulflsome more cleanup of the capturing code (e.g. split...
2005-02-27 ulflbugfix to bring up correct error message if capture...
2005-02-27 ulflsome clarification of the capture child thing
2005-02-23 ulflmove capture_opts related things (init, command line...
2005-02-22 ulfladd the number of autostop files to the command line...
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-08 ulflfix a capture bug if the capture filter wasn't valid...
2005-02-07 ulflfix a bug if capturing into named files is used
2005-02-07 guyMove the code to set the title on a window when a captu...
2005-02-06 guyInclude <ctype.h> for "isspace()".
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-06 ulflsome cleanup of the initial start sequence of Ethereal...
2005-02-06 ulflfix bugs regarding the capture child
2005-02-06 ulflinstead of initializing the capture_options in main...
2005-02-05 ulflrename kill_capture_child to capture_kill_child to...
2005-02-05 guyPut "cf_status_t" back.
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulflremove #include "globals.h" and access to global cfile...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...
next