In Wireshark and TShark, run dumpcap to get interface lists and lists of
[obnox/wireshark/wip.git] / gtk / capture_dlg.c
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-02-27 guyConstify.
2010-01-04 stigCheck for valid linktype_history in capture_get_linktype().
2009-12-30 stigSet correct linktype when starting capture from the...
2009-09-08 etxrabGet rid of deprecated gtk_option_menu_new();
2009-08-27 wmeierAdd #include <stdio.h> in a few more places for Solaris.
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...
2009-06-15 stigAdded a preference to capture in Pcap-NG from GUI.
2009-05-13 geraldMigrate the Airpcap UI code from GtkCombos (deprecated...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-12-01 sfisherFix a few more problems found by checkAPIs.pl
2008-11-11 stigStill support GTK 2.4.0. No separator in combo box...
2008-11-11 stigRewrote interface type option_menu to gtk_combo_box...
2008-11-07 stigSave the remote interfaces list to be able to show...
2008-11-06 stigInitialize the interface type value key to fix updating...
2008-11-06 stigFixed a check button text.
2008-11-04 stigChanges in the "Capture Options" window:
2008-11-03 stigDo not set buffer size for remote interfaces or when...
2008-11-03 stigDo not use functions for remote capture on local interf...
2008-10-20 stigUse invisible event boxes so the preferences looks...
2008-08-13 guyIf capture_dlg_prep() finds an error, don't continue...
2008-08-12 jakeFrom Alexey Neyman:
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-24 guyAdd gtk/capture_globals.h, to declare global_capture_op...
2008-06-24 guyFor now, just refer to global_capture_opts, replacing...
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-06-19 stigMake storage-based and time-based "Next file every...
2008-06-02 stigAdded an option to set default link-layer header type...
2008-05-01 guy...but not with a comment inside a comment, as that...
2008-05-01 guyGet rid of C++/C99 comment.
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflrename menu -> main_menu
2008-04-12 ulflcompat_macros.h is gone now!!!
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
2008-04-09 sfisherStart getting rid of the uses of compat_macro.h's macros.
2008-04-06 ulflremove GTK1 code
2008-02-07 stigRemoved some more "statement not reached" warnings.
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
2007-08-22 morrissFix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2007-07-20 geraldRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 geraldOne more step in privilege separation.
2007-05-18 geraldFrom Dustin Johnson:
2007-04-13 standelfix gcc warning about qualifier types (const) which...
2007-03-17 sfisherUpdate to revision 21038 - line up the IP address label...
2007-03-16 sfisherFix bug #1375: Capture Options with many IP addresses...
2007-01-23 geraldPropagate the recent interface list changes (r20521...
2007-01-21 guyHave the routines to get interface lists take a pointer...
2006-12-22 jakeMake fix for bug 771 compatible with GTK1
2006-12-21 jakeFrom Florent Drouin:
2006-12-11 ulflremove some warnings
2006-12-05 geraldFrom Davide Schiera and Giorgio Tino: Add initial WPA...
2006-11-14 jmayernikai@nikai.net:
2006-10-02 geraldFix WEP key bug in the AirPcap code that could cause...
2006-08-26 guyGet rid of unused variable.
2006-08-25 ulfldon't show the "Wireless Settings" button if HAVE_AIRPC...
2006-08-16 geraldAdd support for AirPcap, an upcoming wireless product...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2006-04-29 guyMost of the stuff in file_dlg.c is specific to capture...
2006-04-03 guySet the right structure member.
2006-04-03 guyIn Tethereal, don't save to a temporary file if "-w...
2006-02-23 sahlbergwhen including menu.h we also need to include stdio...
2006-02-23 jakeFix bug 741. Menu/Toolbar follow auto scroll checkbox...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2005-12-14 guyConstify a bunch of arguments and variables, to squelch...
2005-12-06 ulfladd a short comment to cant_load_winpcap_err() and...
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-10-07 ulflfix Ethereal so command line capture parameter will...
2005-10-05 ulflfix cant_load_winpcap_err() parameter
2005-10-04 guyAdd a "capture_errs.c" routine to cough up error messag...
2005-10-03 ulflWin32: don't crash if Capture/Start is clicked and...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-06-03 guyUpdate URLs and domain names that refer to the WinPcap...
2005-04-27 ulflfix #117
2005-04-19 ulflfix some minor bugs with the current interface name:
2005-04-19 ulflask for unsaved file when using the new start capture...
2005-04-19 ulfladd some comments what all the functions going to do...
2005-04-16 ulflrename capture_clear() to capture_restart()
2005-04-15 ulfladd some new capture and filter related handcrafted...
2005-04-12 ulflcapture engine:
2005-04-12 ulflit should now be possible to use "Update packets in...
2005-03-28 ulflvarious (minor) capture code cleanup
2005-03-28 ulflfix Solaris build (I've removed O_BINARY)
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-03-24 ulflmake it possible to use multiple capture files with...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulfl(some) redesign of capture data structures.
2005-01-20 ulfladd some more online help functionality and help button...
2005-01-16 guyRename capture_combo_utils.{c,h} to capture_ui_utils...
2004-12-29 ulflDon't use a global capture_opts in the capturing engine...
2004-12-02 guyFrom Nathan Jennings: add a preference that supplies...
2004-10-22 guyChange some code that affects g_resolv_flags to set...
2004-10-21 guyThe top-level window's list of capture filter expressio...
2004-10-12 ulflfix a bug reported by venkata sandeep: capture->start...
2004-10-07 guySave the capture filter in the recent list iff the...
next