aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Gtk: Remove source codeRoland Knall1-6243/+0
2018-01-09Use pcapng as the name of the file format.Guy Harris1-3/+3
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-26/+0
2018-01-05Qt: Move sized toolbar images to stock_icons.Gerald Combs1-1/+1
2017-12-29Populate Remote Interfaces with data from recent fileMichael Mann1-0/+45
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-0/+2
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-10/+4
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup1-12/+6
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+3
2017-07-03Add option to use wall-clock intervalsSake 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