aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-24Fix some compile errors when building with real gtk-3.Jörg Mayer1-12/+12
2011-07-21Handle more stuff in old-gtk-compat.h to avoid guarding in the code.Jörg Mayer1-60/+2
2011-07-21Fix issue reported by Joerg.Michael Tüxen1-2/+2
2011-07-21Make sure that the interfaces listed in ifaces really exist.Michael Tüxen1-46/+47
2011-07-21strdup -> g_strdup.Michael Tüxen1-1/+1
2011-07-21Add some temporary protection code to support the current captureMichael Tüxen1-78/+53
2011-07-20Synchronize the selection of interfaces between the main welcomeMichael Tüxen1-1/+1
2011-07-19Get the interfaces list from the Capture / Interfaces list in syncMichael Tüxen1-0/+5
2011-07-18Ignore interfaces without a name.Michael Tüxen1-0/+3
2011-07-16Don't allow capturing from multiple interface when compiled with multiple threadMichael Tüxen1-0/+7
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-311/+3
2011-07-02avoid warning about old style function definitionJörg Mayer1-1/+1
2011-07-01From spamlookup via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6083:Chris Maynard1-2/+2
2011-06-30Remove all interfaces when available.Michael Tüxen1-41/+40
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke1-1/+6
2011-06-27Enable the cap_history again. It was temporary disabled a couple of hours ago.Michael Tüxen1-24/+14
2011-06-27Fix a bug when starting the capture without specifying an interface.Michael Tüxen1-20/+36
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-135/+232
2011-06-19Try to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029Anders Broman1-1/+1
2011-06-13Handle deprecated GtkTooltips.Anders Broman1-2/+12
2011-06-10Make capture dialog compile with GTK3+Anders Broman1-9/+59
2011-06-08This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6008Michael Tüxen1-8/+8
2011-05-31Don't limit the snaplen if not reqested.Michael Tüxen1-0/+2
2011-05-22Fix the case where you start with interfaces on the command lineMichael Tüxen1-0/+15
2011-05-09We probably shouldn't call pcap-ng "experimental" any more.Gerald Combs1-5/+4
2011-05-05Fix two unused variable assignments: Coverity 1140.Bill Meier1-50/+48
2011-04-28Initialize if_device to NULL at start and when g_free.Stig Bjørlykke1-1/+2
2011-04-24Make the interface combo box an entry, so you can type in it again.Guy Harris1-1/+1
2011-04-24gtk_combo_box_new_text() returns a GtkComboBox, and you connect aGuy Harris1-1/+1
2011-04-20Replace the capture interface deprecated gtk_combo_new() with gtk_combo_box_e...Anders Broman1-30/+80
2011-04-19Replace the capture filter deprecated gtk_combo_new() with gtk_combo_box_entr...Anders Broman1-19/+54
2011-02-16Fix compilation on Windows.Gerald Combs1-0/+14
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher1-5/+187
2011-01-26From Irene Ruengeler: Double check that the interface specified in theMichael Tüxen1-7/+14
2011-01-23Fix a crash which can occur if a user hits "Capture:Options" immediately foll...Bill Meier1-9/+57
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