summaryrefslogtreecommitdiff
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Add option to use wall-clock intervalsHEADmasterSake Blok1-52/+52
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-7/+7
2017-05-29GTK: Bugfix not allowing extcap capture filters to be verified.Michael Mann1-1/+1
2017-05-25GTK: Don't allow extcap capture filters to be verified.Michael Mann1-0/+5
2017-03-29Prevent crash/assert on access to "uninitialized" device.if_info.name.Joerg Mayer1-0/+1
2017-03-28GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin1-2/+4
2017-03-26Move #if 0 up to include the now unused struct definitionJoerg Mayer1-1/+1
2017-03-24Rename a few variables to look more similar to the qt implementationJoerg Mayer1-18/+20
2017-03-24Clean up gtk/capture_dlg.c insert_new_rows a bit.Joerg Mayer1-42/+40
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on macOS with clang-800.0.42.1.Guy Harris1-0/+4
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on Linux with gcc6Joerg Mayer1-21/+25
2017-02-21Get rid of unused variable.Guy Harris1-1/+0
2017-02-21Have all the remote host list routines' names begin with recent_.Guy Harris1-2/+2
2017-02-21Have a routine to iterate over the remote host list.Guy Harris1-3/+2
2017-01-23GTK+: Yell at the user less.Gerald Combs1-4/+4
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo1-3/+23
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-3/+3
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