aboutsummaryrefslogtreecommitdiffstats
path: root/ui/iface_lists.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Restore interface selection after interface refreshPeter Wu1-21/+50
2016-12-25Avoid recursive scan_local_interfaces operationMikael Kanstrup1-0/+11
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-04-01Fix "No interfaces selected" when restarting capturePeter Wu1-0/+4
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-1/+4
2015-12-02ui: Update interfaces when when changing profile.Stig Bjørlykke1-21/+50
2015-12-02Qt: Use uniform interface display nameStig Bjørlykke1-36/+2
2015-11-25Fix memory leaks related to hide_interface functionMikael Kanstrup1-0/+2
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-10-04Fix various memleaksPeter Wu1-10/+10
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-1/+1
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris1-1/+1
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-2/+2
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris1-18/+5
2015-03-18Fix parsing of interface properties strings.Guy Harris1-5/+2
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-2/+6
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-10-06Adjust some whitespace to match editor modelines.Bill Meier1-16/+16
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+11
2014-07-25Handle empty interface lists when the list changes.Guy Harris1-2/+5
2014-07-12fix scan_local_interfaces()Martin Kaiser1-0/+19
2014-07-08don't print the interface description if it's nullMartin Kaiser1-1/+3
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-02Fix ui/iface_lists.c - type attribute is not copiedRoland Knall1-0/+1
2014-02-25Remove trailing whitespaceBill Meier1-3/+3
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-11-26Actually, you can set the link-layer header type globally from theGuy Harris1-10/+10
2013-11-25If we don't have any preference set for the link-layer header type forGuy Harris1-6/+19
2013-10-22Use the preferred or default linktype as active.Irene Rüngeler1-0/+5
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-5/+5
2013-06-04From Mike Garratt:Anders Broman1-3/+19
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-2/+0
2013-05-22On OS X, get the interface type from the System Configuration framework.Guy Harris1-1/+1
2013-05-21Only overwrite the scanned link layer properties if they are specified by com...Irene Rüngeler1-1/+3
2013-04-16Re-add format argument that appears to have been accidentallyEvan Huus1-1/+1
2013-04-16Update interface list when interface get lost and come back.Irene Rüngeler1-2/+2
2013-03-19From beroset:Anders Broman1-6/+6
2013-03-13Add interface options preferences.Irene Rüngeler1-4/+14
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss1-1/+1
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss1-1/+1
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-16/+23
2012-11-19Put a line of code on its own line (instead of following a comment).Jeff Morriss1-4/+6
2012-11-19From Mike Garratt:Anders Broman1-3/+15
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte1-0/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-04Make sure global_capture_opts is properly declared.Gerald Combs1-0/+1
2012-08-01It looks like we haven't inserted anything into the cap_settings_historyGerald Combs1-13/+4
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-0/+371