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