aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-28Fix several GTK warnings in Windows.Irene Ruengeler1-31/+22
2014-06-24Fix some more capchild includes.Guy Harris1-1/+1
2014-04-23CaptureDialog: Fix IF type for user created pipeRoland Knall1-0/+1
2014-03-21fix a crash in the GTK "Interface Management" dialogueMartin Kaiser1-1/+5
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-10/+10
2014-03-06Reorganize Capture Options dialogPeter Hatina1-42/+38
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-18Fix Branch condition evaluates to a garbage value found by Clang AnalyzerAlexis La Goutte1-0/+4
2013-12-10Removed debug output.Stig Bjørlykke1-1/+0
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-2/+2
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard1-18/+18
2013-11-29When a snaplength isn't specifically set by the user, the default snaplength ...Chris Maynard1-25/+5
2013-11-27While r53608 fixed the "Use promiscuous mode on all interfaces" toggle button...Chris Maynard1-1/+4
2013-11-27OK, capture_all is only ever set to TRUE or FALSE, so just use it directly.Chris Maynard1-1/+1
2013-11-27Make "Capture on all interfaces" toggle button behave properly, particularly ...Chris Maynard1-8/+10
2013-11-27Make "Use promiscuous mode on all interfaces" toggle button work properly again.Chris Maynard1-4/+2
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris1-1/+6
2013-11-26Add explanatory comments.Guy Harris1-1/+13
2013-11-25Blank after comma for all arguments in that call.Guy Harris1-1/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-23Bugfix "Restart the running live capture" when using multiple files makes a l...Michael Mann1-0/+1
2013-10-11More ui/util.h includes.Gerald Combs1-0/+1
2013-10-10Don't close the Capture Options window if there was an error in what wasJeff Morriss1-1/+2
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-13/+17
2013-08-08Add initial capture filter support.Gerald Combs1-1/+1
2013-07-28Remove unused variable caught by GCC 4.8.Evan Huus1-3/+0
2013-07-28Explain what the big loop in update_properties_all() is doing, andGuy Harris1-24/+108
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris1-12/+24
2013-07-26gtk_widget_modify_font() has been renamed to gtk_widget_override_font() in GTK3Bill Meier1-0/+8
2013-07-24Don't cast away constness, and constify a function parameter.Guy Harris1-3/+3
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler1-1/+2
2013-07-09From Cal Turney:Anders Broman1-16/+15
2013-06-27Windows changes for main_window_update ....Luis Ontanon1-2/+2
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-3/+3
2013-06-09If, after editing the settings for a particular interface, we don't haveGuy Harris1-0/+5
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-12/+12
2013-05-21Apply the filter string if all interfaces are selected.Irene Rüngeler1-4/+18
2013-05-14Merge capture_start_confirmed() into capture_start_cb().Guy Harris1-49/+31
2013-05-10The Interface column cannot be hidden any more.Irene Rüngeler1-5/+1
2013-05-02Fix Bug 8615 concerning the active "Start" button when remote interfaces are ...Irene Rüngeler1-0/+2
2013-04-27free the linkname allocated by g_strdup()Martin Kaiser1-3/+6
2013-04-27when a named pipe is added to the interfaces list, it has no linktypeMartin Kaiser1-1/+2
2013-04-19Based on http://anonsvn.wireshark.org/viewvc?revision=48893&view=revisionAnders Broman1-4/+4
2013-04-16Fix a minor memory leak caught by cppcheck. Also replace a whole bunch ofEvan Huus1-3/+5
2013-04-16Update interface list when interface get lost and come back.Irene Rüngeler1-3/+3
2013-04-12Change the sensitivity of the start button depending on the number of interfa...Irene Rüngeler1-0/+2
2013-04-11Misc. small string changes to the capture options dialog for consistency andEvan Huus1-21/+21
2013-04-11Don't select the 'any' device (in Linux), when 'capture all' is selected.Irene Rüngeler1-9/+23
2013-04-05Put "Remote Interface" window on top of "Interface Management" windowPascal Quantin1-0/+1