aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Add GResource message to configure scriptJoão Valverde1-3/+3
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-1/+1
2015-12-13capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was de...Alexis La Goutte1-3/+1
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+8
2015-11-25Fix memory leaks related to hide_interface functionMikael Kanstrup1-1/+1
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-3/+12
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-08-22Initialize extcap for pipesStig Bjørlykke1-0/+4
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-2/+18
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman1-4/+4
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