aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* remove some warningsUlf Lamping2006-12-111-0/+2
* From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs2006-12-051-2/+8
* seems the height offset 16 seems a bit too small to prevent a scrollbar, usin...Ulf Lamping2006-08-301-1/+1
* fix a warning by removing now unused codeUlf Lamping2006-08-271-1/+0
* Clean up indentation.Guy Harris2006-08-261-11/+13
* capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping2006-08-241-6/+5
* Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs2006-08-161-30/+160
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* as I've experienced a scrollbar again while having 7 interfaces, I've tried t...Ulf Lamping2006-04-221-1/+2
* Add 2px height to avoid a vertical scrollbar with Gtk-WimpJaap Keuter2006-04-101-1/+1
* Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...Jaap Keuter2006-04-081-4/+21
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-4/+2
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-4/+0
* 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
* close the capture interfaces dialog if the user pressed "Capture" or "Prepare"Ulf Lamping2005-09-071-0/+6
* - Declare some functions staticJörg Mayer2005-08-201-3/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Fix more "no previous declaration" warningsJörg Mayer2005-08-021-3/+3
* Update URLs and domain names that refer to the WinPcap site.Guy Harris2005-06-031-1/+1
* win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping2005-05-201-0/+30
* ask for unsaved file when using the new start capture feature,Ulf Lamping2005-04-191-1/+2
* minor refactoringUlf Lamping2005-04-161-2/+3
* various (minor) capture code cleanupUlf Lamping2005-03-281-1/+1
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-7/+11
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-3/+4
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-3/+8
* We use "#ifdef" elsewhere to test WIN32; use it, rather than #if, in theGuy Harris2004-08-281-1/+1
* Pull the address (and port and circuit type) stuff out ofGuy Harris2004-07-191-3/+3
* Add support for IPv6 addresses for interfaces.Guy Harris2004-07-181-14/+25
* Add some comments, and expand on a comment (if "pcap_stats()" returnsGuy Harris2004-07-181-19/+43
* Not all interfaces have descriptions.Guy Harris2004-07-181-4/+9
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-486/+486
* add a new dialog box to menu "Capture/Interfaces..." to show the current stat...Ulf Lamping2004-07-171-0/+486