aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris2006-04-301-0/+1
* Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris2006-04-291-1/+1
* Set the right structure member.Guy Harris2006-04-031-1/+1
* In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris2006-04-031-0/+2
* when including menu.h we also need to include stdio.h to get FILERonnie Sahlberg2006-02-231-0/+1
* Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.Jaap Keuter2006-02-231-0/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-3/+2
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-141-3/+3
* add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.cUlf Lamping2005-12-061-16/+4
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping2005-10-071-32/+13
* fix cant_load_winpcap_err() parameterUlf Lamping2005-10-051-1/+1
* Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris2005-10-041-18/+7
* Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.Ulf Lamping2005-10-031-0/+23
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* Update URLs and domain names that refer to the WinPcap site.Guy Harris2005-06-031-1/+1
* fix #117Ulf Lamping2005-04-271-0/+10
* fix some minor bugs with the current interface name:Ulf Lamping2005-04-191-4/+10
* ask for unsaved file when using the new start capture feature,Ulf Lamping2005-04-191-53/+52
* add some comments what all the functions going to do...Ulf Lamping2005-04-191-3/+22
* rename capture_clear() to capture_restart()Ulf Lamping2005-04-161-2/+2
* add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping2005-04-151-8/+38
* capture engine: Ulf Lamping2005-04-121-0/+6
* it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping2005-04-121-7/+7
* various (minor) capture code cleanupUlf Lamping2005-03-281-1/+1
* fix Solaris build (I've removed O_BINARY)Ulf Lamping2005-03-281-3/+3
* code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping2005-03-251-5/+5
* make it possible to use multiple capture files with "duration based switching...Ulf Lamping2005-03-241-20/+27
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-21/+19
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-1/+1
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-5/+1
* Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris2005-01-161-1/+1
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-73/+74
* From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris2004-12-021-1/+6
* Change some code that affects g_resolv_flags to set a flag if the checkGuy Harris2004-10-221-1/+6
* The top-level window's list of capture filter expressions might not yetGuy Harris2004-10-211-1/+2
* fix a bug reported by venkata sandeep: capture->start->capture files dialog b...Ulf Lamping2004-10-121-1/+1
* Save the capture filter in the recent list iff the capture succeeds. Guy Harris2004-10-071-5/+5
* Fix a bug reported by Keith A French: No "OK" button for Capture Filter dialog. Ulf Lamping2004-10-061-0/+2
* Make the default capture filter be the last one used, as it was before -Guy Harris2004-10-051-1/+2
* from Thomas Palmer: add a combobox for the recently used capture filter stringsUlf Lamping2004-09-281-9/+24
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* as the interface is usually fixed, or it can be selected by the interface dro...Ulf Lamping2004-09-241-0/+3
* first steps towards using the User's Guide as Ethereal's help systemUlf Lamping2004-09-161-0/+4
* Move get_if_name() from gtk/capture_dlg.c to capture_combo_utils.c.Gerald Combs2004-09-021-123/+42
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l...Ulf Lamping2004-07-191-1/+1
* Pull the address (and port and circuit type) stuff out ofGuy Harris2004-07-191-3/+6
* Add support for IPv6 addresses for interfaces.Guy Harris2004-07-181-27/+21