aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier2010-10-121-10/+10
* Explain BPF in the tooltips for "Compile BPF".Stig Bjørlykke2010-10-041-1/+1
* Add a cast to make the OSX-PPC buildbot happy.Sake Blok2010-10-031-5/+5
* Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok2010-10-031-35/+12
* Reverting SVN 34338, looks like libpcap and winpcap are more different than I...Sake Blok2010-10-021-7/+38
* Use pcap_open_dead instead of pcap_create for the compile BPF button. This ma...Sake Blok2010-10-021-38/+7
* Fix a compilation errorBill Meier2010-10-021-1/+1
* Make capture filter syntax checking independent of pcap_create by using pcap_...Sake Blok2010-10-021-69/+32
* Check for HAVE_PCAP_CREATE in a few more spots to fix building on systems wit...Sake Blok2010-10-021-0/+4
* Add syntax checking to the capture filter text entry in the capture setup scr...Sake Blok2010-10-021-0/+64
* When a user selected a non-default DLT for the interface, change the DLT to t...Sake Blok2010-10-021-1/+5
* pcap_activate needs to be called to set the DLT of the selected interface, ot...Sake Blok2010-10-021-0/+1
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-1/+0
* (Minor) Cleanup signal callbak signatures and related:Bill Meier2010-08-231-3/+3
* Change ws_combo_box... to use a tree-store instead of a list-store;Bill Meier2010-07-151-8/+10
* Whitespace cleanup: consistent indentation; tabs==>spaces; etcBill Meier2010-07-131-338/+337
* GtkOptionMenu ==> GtkComboBoxBill Meier2010-07-131-68/+70
* I added PCAP_NETMASK_UNKNOWN in libpcap 1.1.0; it's not present inGuy Harris2010-07-071-0/+4
* Add button to look at compiled BPF. Jaap Keuter2010-07-061-1/+79
* If we don't know whether a device supports monitor mode, turn offGuy Harris2010-05-161-1/+5
* Support monitor mode in the capture preferences.Guy Harris2010-05-151-48/+64
* Fix the tooltip for the "monitor mode" checkbox.Guy Harris2010-05-141-6/+8
* Fix compilation when we don't have pcap_create().Guy Harris2010-05-141-2/+7
* Support monitor mode from the GUI.Guy Harris2010-05-141-16/+89
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-1/+1
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-1/+1
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-27/+29
* Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris2010-05-061-8/+8
* Checking in Stigs changes fromAnders Broman2010-05-061-8/+8
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-10/+12
* Rename a number of variables for clarity.Bill Meier2010-02-251-227/+228
* Check for valid linktype_history in capture_get_linktype().Stig Bjørlykke2010-01-041-1/+6
* Set correct linktype when starting capture from the welcome page.Stig Bjørlykke2009-12-301-8/+16
* Get rid of deprecated gtk_option_menu_new();Anders Broman2009-09-081-38/+19
* Add #include <stdio.h> in a few more places for Solaris.Bill Meier2009-08-271-6/+1
* "main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris2009-06-211-3/+3
* Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke2009-06-151-2/+14
* Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs2009-05-131-3/+3
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-4/+4
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-4/+2
* Fix a few more problems found by checkAPIs.plStephen Fisher2008-12-011-1/+1
* Still support GTK 2.4.0. No separator in combo box for GTK 2.4.0 :(Stig Bjørlykke2008-11-111-1/+27
* Rewrote interface type option_menu to gtk_combo_box, this fixes the bugStig Bjørlykke2008-11-111-337/+640
* Save the remote interfaces list to be able to show the remote IP addressesStig Bjørlykke2008-11-071-14/+57
* Initialize the interface type value key to fix updating the local interfaceStig Bjørlykke2008-11-061-0/+2
* Fixed a check button text.Stig Bjørlykke2008-11-061-1/+1
* Changes in the "Capture Options" window:Stig Bjørlykke2008-11-041-206/+348
* Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke2008-11-031-6/+2
* Do not use functions for remote capture on local interfaces.Stig Bjørlykke2008-11-031-2/+14
* Use invisible event boxes so the preferences looks good when using themes.Stig Bjørlykke2008-10-201-0/+1