aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-01...but not with a comment inside a comment, as that might cause aGuy Harris1-1/+7
2008-05-01Get rid of C++/C99 comment.Guy Harris1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-22/+25
2008-04-12rename menu -> main_menuUlf Lamping1-2/+2
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-13/+18
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+1
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-248/+248
2008-04-06remove GTK1 codeUlf Lamping1-34/+0
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke1-7/+0
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+563
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+4
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-1/+7
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-1/+1
2007-06-11One more step in privilege separation.Gerald Combs1-2/+2
2007-05-18From Dustin Johnson:Gerald Combs1-2/+6
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel1-2/+3
2007-03-17Update to revision 21038 - line up the IP address label with theStephen Fisher1-1/+1
2007-03-16Fix bug #1375: Capture Options with many IP addresses scrolls offStephen Fisher1-2/+15
2007-01-23Propagate the recent interface list changes (r20521) to the AirPcap code.Gerald Combs1-4/+4
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-20/+15
2006-12-22Make fix for bug 771 compatible with GTK1Jaap Keuter1-3/+6
2006-12-21From Florent Drouin:Jaap Keuter1-8/+29
2006-12-11remove some warningsUlf Lamping1-0/+2
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-3/+8
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs1-2/+2
2006-08-26Get rid of unused variable.Guy Harris1-3/+0
2006-08-25don't show the "Wireless Settings" button if HAVE_AIRPCAP isn't definedUlf Lamping1-6/+8
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-4/+127
2006-05-28Ethereal->WiresharkAnders Broman1-4/+4
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-7/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
2006-04-03Set the right structure member.Guy Harris1-1/+1
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-0/+2
2006-02-23when including menu.h we also need to include stdio.h to get FILERonnie Sahlberg1-0/+1
2006-02-23Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.Jaap Keuter1-0/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-3/+2
2005-12-14Constify a bunch of arguments and variables, to squelch compilerGuy Harris1-3/+3
2005-12-06add a short comment to cant_load_winpcap_err() and use it in gtk/capture_dlg.cUlf Lamping1-16/+4
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-10-07fix Ethereal so command line capture parameter will work with kilobytes (again)Ulf Lamping1-32/+13
2005-10-05fix cant_load_winpcap_err() parameterUlf Lamping1-1/+1
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris1-18/+7
2005-10-03Win32: don't crash if Capture/Start is clicked and WinPcap is not installed.Ulf Lamping1-0/+23
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-06-03Update URLs and domain names that refer to the WinPcap site.Guy Harris1-1/+1
2005-04-27fix #117Ulf Lamping1-0/+10