aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Check our capture filter syntax in a separate thread.Gerald Combs1-18/+189
2011-10-05From Sake Blok and Michael Mann:Anders Broman1-1/+1
2011-09-12Use the correct name for the airpcap interface.Michael Tüxen1-6/+6
2011-09-12Fix the wireless settings button for AirPCap devices in theMichael Tüxen1-5/+1
2011-09-07"Fix" an unjustified gcc might-be-used-unused warning.Jörg Mayer1-2/+3
2011-09-03Remove unused code.Stig Bjørlykke1-9/+2
2011-09-01Add missing guard around access to interface_row.buffer.Martin Mathieson1-1/+3
2011-09-01No pcap_create(), no monitor-mode APIs, no monitor-mode support.Guy Harris1-0/+2
2011-09-01When double clicking on an interface in the main welcome menu opens the edit ...Michael Tüxen1-171/+219
2011-08-30Improve the display of addresses in the Edit Interface Settings dialogMichael Tüxen1-28/+52
2011-08-16Using enabled/disabled instead of yes/no seems to be more descriptive.Michael Tüxen1-13/+13
2011-08-16Handle the case in the capture options dialog boxMichael Tüxen1-15/+16
2011-08-15Use better names.Michael Tüxen1-43/+40
2011-08-14gtk_combo_box_set_active() takes a GtkComboBox *, not a GtkComboBoxTextGuy Harris1-1/+1
2011-08-14Being loopback is an interface property, not an address property.Michael Tüxen1-12/+14
2011-08-14Preserve previous selected capture filters when opening the Edit Interface Se...Michael Tüxen1-4/+10
2011-08-14Get rid of unused code.Michael Tüxen1-101/+0
2011-08-14Use address counter...Michael Tüxen1-6/+7
2011-08-14Improve handling of remote interfaces.Michael Tüxen1-11/+7
2011-08-14Count number of ip addresses and use this count to determine if we shallStig Bjørlykke1-2/+4
2011-08-14Improve the resizing of the capture options dialog box.Michael Tüxen1-30/+19
2011-08-13Don't map "no interfaces" to "none" and then back to an empty string;Guy Harris1-5/+2
2011-08-13Don't print "none" if no addresses are available to save space.Michael Tüxen1-6/+22
2011-08-13Fix warnings reported by Bill.Michael Tüxen1-2/+1
2011-08-13Some cleanup.Michael Tüxen1-7/+17
2011-08-13Honor command line options in the capture options dialog.Michael Tüxen1-11/+20
2011-08-13Say "none" rather than "unknown" if there are no IP addresses; in mostGuy Harris1-2/+2
2011-08-13Call the column giving the link-layer header type "Link-layer header",Guy Harris1-1/+1
2011-08-13Minor cleanup.Michael Tüxen1-107/+104
2011-08-13Improve handling of snaplen in capture options window.Michael Tüxen1-46/+54
2011-08-13Fix Windows builds (hopefully).Michael Tüxen1-2/+2
2011-08-13Make the monitor mode selectable only when supported by the interface.Michael Tüxen1-46/+62
2011-08-11Fix some warnings reported by Bill.Michael Tüxen1-9/+4
2011-08-11Fix another issues related to the activity of the start buttonMichael Tüxen1-2/+14
2011-08-11Fix a bug where the Start button of the capture options dialogMichael Tüxen1-12/+38
2011-08-11Fix a bug which show up when enabling the snaplen.Michael Tüxen1-0/+2
2011-08-10Use only one line for the headers in the capture options dialog box.Michael Tüxen1-4/+4
2011-08-10Use appropriate tooltip text for the OK button on the Edit Interface Settings...Michael Tüxen1-1/+1
2011-08-10Fix CID 1255.Michael Tüxen1-2/+1
2011-08-10Fix CID 1250.Michael Tüxen1-46/+44
2011-08-10Fix CID 1253.Michael Tüxen1-5/+4
2011-08-10Fix CID 1254.Michael Tüxen1-3/+1
2011-08-10Fix CID 1256.Michael Tüxen1-2/+0
2011-08-10Fix CID 1257.Michael Tüxen1-143/+137
2011-08-06- Resolve a GTK_CHECK_VERSION(2,6,0) check. It's always true.Jörg Mayer1-10/+6
2011-08-06Some whitespace cleanups.Michael Tüxen1-49/+48
2011-08-06Take out unused functions as reported by Joerg.Michael Tüxen1-0/+4
2011-08-06This should fix the "else without previous if" error reported by Joerg.Michael Tüxen1-8/+4
2011-08-06Whitespace fixes:Jörg Mayer1-49/+49
2011-08-05Set the activate signal for the capture filter to the ok button.Stig Bjørlykke1-0/+1