aboutsummaryrefslogtreecommitdiffstats
path: root/ui/iface_lists.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Remove duplicative members from interface_tJohn Thacker1-15/+6
2024-01-13iface_lists: Do not reset capture options when refreshing interface listJohn Thacker1-82/+146
2024-01-10iface_lists: Reduce some unnecessary string copying of if_info_tJohn Thacker1-20/+11
2024-01-08tshark: Retrieve interface capabilities in one callJohn Thacker1-1/+2
2023-12-18capture: More prep for retrieving and caching capabilitiesJohn Thacker1-1/+7
2023-12-16capture: Get regular and monitor mode link type lists at the same timeJohn Thacker1-2/+6
2023-12-15capture: Add return messages to the if_capabilities_t structJohn Thacker1-2/+2
2023-12-11capture: Free capabilities automatically when the hash is destroyedJohn Thacker1-4/+0
2023-12-10Qt: Cache the capture interface list in Wireshark and LograyJohn Thacker1-3/+2
2023-11-23Capture: Get our capabilities list in one dumpcap callJohn Thacker1-4/+41
2023-10-11wslog: Omit the file/line/func with ws_info()João Valverde1-2/+1
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+0
2022-04-19iface_lists: fix resource leakRoland Knall1-4/+6
2022-04-19Allow to filter interface typesRoland Knall1-1/+37
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-7/+7
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-3/+3
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-06if_capabilities: Use a structured error msg from dumpcapJoão Valverde1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-0/+2
2019-07-17capchild,ifaces: use g_get_monotonic_timePeter Wu1-7/+4
2018-08-13Move get_iface_display_name() to ui/iface_lists.c.Guy Harris1-0/+56
2018-08-11Get rid of unused routine.Guy Harris1-17/+0
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-6/+2
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs1-44/+27
2017-12-11fix compilation without pcap.Dario Lombardo1-0/+6
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs1-27/+38
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-5/+1
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup1-2/+0
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-30/+30
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-20/+15
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+3
2017-07-05iface_lists: do not drop named pipes from interfaces listAnders1-9/+1
2017-06-30iface_lists: select interfaces via command line (option -i)Peter Wu1-4/+6
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