aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-22as I've experienced a scrollbar again while having 7 interfaces, I've tried t...Ulf Lamping1-1/+2
2006-04-10Add 2px height to avoid a vertical scrollbar with Gtk-WimpJaap Keuter1-1/+1
2006-04-08Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...Jaap Keuter1-4/+21
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-4/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-4/+0
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-09-07close the capture interfaces dialog if the user pressed "Capture" or "Prepare"Ulf Lamping1-0/+6
2005-08-20- Declare some functions staticJörg Mayer1-3/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-3/+3
2005-06-03Update URLs and domain names that refer to the WinPcap site.Guy Harris1-1/+1
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping1-0/+30
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-1/+2
2005-04-16minor refactoringUlf Lamping1-2/+3
2005-03-28various (minor) capture code cleanupUlf Lamping1-1/+1
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2005-02-06another two steps towards privilege seperation:Ulf Lamping1-7/+11
2005-01-20add some more online help functionality and help buttons at various dialog bo...Ulf Lamping1-2/+12
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-3/+4
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-3/+8
2004-08-28We use "#ifdef" elsewhere to test WIN32; use it, rather than #if, in theGuy Harris1-1/+1
2004-07-19Pull the address (and port and circuit type) stuff out ofGuy Harris1-3/+3
2004-07-18Add support for IPv6 addresses for interfaces.Guy Harris1-14/+25
2004-07-18Add some comments, and expand on a comment (if "pcap_stats()" returnsGuy Harris1-19/+43
2004-07-18Not all interfaces have descriptions.Guy Harris1-4/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-486/+486
2004-07-17add a new dialog box to menu "Capture/Interfaces..." to show the current stat...Ulf Lamping1-0/+486