Get rid of -Wshadow warning - I guess we're including something that
[metze/wireshark/wip.git] / capture.c
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-03-07 Pascal QuantinFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-06 Gerald CombsDon't call main_window_update() from capture_input_new_...
2012-07-28 Michael TüxenAdd handling of ringbuffer support when packets are...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-03-13 Guy HarrisAdd an explicit capture_cb_capture_failed indication...
2012-03-11 Guy HarrisDon't close the currently loaded capture file in captur...
2012-02-21 Michael TüxenFrom Irene Ruengeler:
2012-02-17 Jörg MayerStart moving files to ui/ and ui/cli/
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2011-10-20 Michael TüxenBack out infrastructure change. We missed supporting
2011-10-20 Michael TüxenUse a global list containing all interfaces and only...
2011-08-05 Michael TüxenAdd support for multiple interfaces to the capture...
2011-06-27 Michael TüxenImprove the report of illegal capture filters. Also...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-05-19 Michael TüxenIn case we have no interface information in the array...
2011-05-19 Michael TüxenWhen capturing from multiple interfaces, indicate this...
2011-01-13 Stephen FisherAdd "break;" to end of last case statement.
2010-11-28 Guy HarrisClean up white space.
2010-08-24 Anders BromanFrom Gregor Beck:
2010-05-27 Gerald CombsAdd cf_fake_continue_tail() which is called when real...
2010-05-26 Guy HarrisIf dumpcap exits abnormally, report the error.
2010-05-17 Guy HarrisWhen dumpcap is run to get an interface list, interface...
2010-04-01 Gerald CombsKeep a copy of the interface description and capture...
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2009-12-15 Gerald CombsBehave more gracefully if WinPcap isn't installed....
2009-12-14 Jaap KeuterFrom Valerio Messina:
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-06-11 Bill Meier(Minor) #include "alert_box.h" not req'd
2009-01-04 Bill MeierMinor rewording of a few comments; fix a few typos.
2008-08-19 Guy HarrisThe packet counts and drop counts reported by libpcap...
2008-08-15 Bill MeierFix some incorrect code (found by valgrind).
2008-06-24 Guy HarrisHave separate callback mechanisms in file.c and capture...
2008-06-24 Guy HarrisHave capture_info_ui_create() and capture_info_open...
2008-06-02 Stig BjørlykkeDon't include \r in linktype on win32, it looks weird...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-02-21 Guy HarrisConstify some arguments.
2008-02-07 Stig BjørlykkeRemoved some more "statement not reached" warnings.
2007-09-25 Ulf Lampingas "advertised" some days ago:
2007-08-02 Gerald CombsAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 Gerald CombsFix compilation under VS6 (hopefully without breaking...
2007-06-11 Jaap KeuterFix segmentation fault when NULL err_msg pointer passed...
2007-06-11 Gerald CombsOne more step in privilege separation.
2007-05-17 Bill MeierMinor fix: For "wireshark -Q ..." show "no packets...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-03-13 Ulf Lampingfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-05 Guy HarrisPass two strings in capture child messages, so the...
2006-03-01 Guy HarrisClean up indentation a bit.
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
next