aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Use pcapng as the name of the file format.Guy Harris2018-01-091-3/+3
* extcap: remove conditional compilation.Dario Lombardo2018-01-081-26/+0
* Qt: Move sized toolbar images to stock_icons.Gerald Combs2018-01-051-1/+1
* Populate Remote Interfaces with data from recent fileMichael Mann2017-12-291-0/+45
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-0/+2
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-10/+4
* iface_lists: Remove locked fieldMikael Kanstrup2017-08-281-12/+6
* Fix requesting hardware timestamps without -kAhmad Fatoum2017-08-221-0/+3
* Add option to use wall-clock intervalsSake Blok2017-07-031-52/+52
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-7/+7
* GTK: Bugfix not allowing extcap capture filters to be verified.Michael Mann2017-05-291-1/+1
* GTK: Don't allow extcap capture filters to be verified.Michael Mann2017-05-251-0/+5
* Prevent crash/assert on access to "uninitialized" device.if_info.name.Joerg Mayer2017-03-291-0/+1
* GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin2017-03-281-2/+4
* Move #if 0 up to include the now unused struct definitionJoerg Mayer2017-03-261-1/+1
* Rename a few variables to look more similar to the qt implementationJoerg Mayer2017-03-241-18/+20
* Clean up gtk/capture_dlg.c insert_new_rows a bit.Joerg Mayer2017-03-241-42/+40
* Make GTK compile with HAVE_PCAP_REMOTE on macOS with clang-800.0.42.1.Guy Harris2017-03-191-0/+4
* Make GTK compile with HAVE_PCAP_REMOTE on Linux with gcc6Joerg Mayer2017-03-191-21/+25
* Get rid of unused variable.Guy Harris2017-02-211-1/+0
* Have all the remote host list routines' names begin with recent_.Guy Harris2017-02-211-2/+2
* Have a routine to iterate over the remote host list.Guy Harris2017-02-211-3/+2
* GTK+: Yell at the user less.Gerald Combs2017-01-231-4/+4
* Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo2016-10-261-3/+23
* Pacify GTK checkAPIs.pl warnings.Michael Mann2016-07-241-1/+1
* *_stdup_printf -> strdup for "single string only" formatting.Michael Mann2016-06-061-3/+3
* Add GResource message to configure scriptJoão Valverde2016-02-251-3/+3
* Don't add the wiretap directory to the list of include directories.Guy Harris2016-02-181-1/+1
* Allow "capture info data" to not be a singleton.Michael Mann2015-12-191-1/+1
* capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was de...Alexis La Goutte2015-12-131-3/+1
* Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup2015-12-111-0/+8
* Fix memory leaks related to hide_interface functionMikael Kanstrup2015-11-251-1/+1
* [GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde2015-11-121-3/+12
* Use address functions instead of ADDRESS macros in ui.Gerald Combs2015-10-221-2/+2
* Initialize extcap for pipesStig Bjørlykke2015-08-221-0/+4
* Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin2015-07-221-2/+18
* Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman2015-07-021-4/+4
* Let capture_dev_user_pmode_find() say "not found".Guy Harris2015-04-041-3/+2
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-33/+25
* OK, this appears to be what's intended.Guy Harris2015-03-251-4/+29
* Clean up handling of buffer size.Guy Harris2015-03-251-40/+40
* Win32: Compilation error if winpcap remote capturing disabledRoland Knall2015-03-241-1/+3
* Centralize the code to set the active_dlt value for a device.Guy Harris2015-03-231-3/+1
* Rename update_interface_list() and remove local interface code from it.Guy Harris2015-03-211-25/+15
* Make the snapshot-length member of interface_t an int.Guy Harris2015-03-191-2/+0
* Fix parsing of interface properties strings.Guy Harris2015-03-181-5/+4
* capture_dlg.c: Fix (possibly valid) "Using uninitialized memory" MSVC2013 Co...Bill Meier2015-02-111-4/+4
* Replace ep_address_to_str with address_to_str.Michael Mann2015-01-061-2/+8
* Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann2014-12-281-1/+2
* Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann2014-12-261-1/+3