aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris1-3/+2
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-33/+25
2015-03-25OK, this appears to be what's intended.Guy Harris1-4/+29
2015-03-25Clean up handling of buffer size.Guy Harris1-40/+40
2015-03-24Win32: Compilation error if winpcap remote capturing disabledRoland Knall1-1/+3
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris1-3/+1
2015-03-21Rename update_interface_list() and remove local interface code from it.Guy Harris1-25/+15
2015-03-19Make the snapshot-length member of interface_t an int.Guy Harris1-2/+0
2015-03-18Fix parsing of interface properties strings.Guy Harris1-5/+4
2015-02-11capture_dlg.c: Fix (possibly valid) "Using uninitialized memory" MSVC2013 Co...Bill Meier1-4/+4
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-2/+8
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+2
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+3
2014-12-09Fix GTK warning in EXTCAP partsIrene Ruengeler1-4/+7
2014-10-04extcap: warning: no previous prototype for ‘extcap_free_arglist’ [-Wmissi...Alexis La Goutte1-5/+0
2014-09-25Update the simple dialog code.Gerald Combs1-1/+1
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+77
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-07-23Clean up indentation (consistent two-space indentation).Guy Harris1-72/+72
2014-07-11GTK Remote CapturingIrene Ruengeler1-126/+30
2014-07-06GTK: fix crash when closing Capture Options dialog box on WindowsPascal Quantin1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-2/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+1
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