aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture_ui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-1/+1
2020-05-03Generate a dummy description if we don't have an interface name.Guy Harris1-2/+5
2020-05-03Clean up some issues with get_iface_list_string().Guy Harris1-30/+13
2020-03-12Fix some places where we forgot to mention Npcap.Guy Harris1-0/+3
2020-02-25Add ws_strtoi() and ws_strtoui() routines and use them.Guy Harris1-21/+13
2020-01-27Fix indentation.Guy Harris1-27/+27
2020-01-21Fix compilation with gcc-9.Dario Lombardo1-1/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-13Put the interface descrptions into the IDB when capturing to pcapng.Guy Harris1-9/+13
2018-08-13Move get_iface_display_name() to ui/iface_lists.c.Guy Harris1-57/+0
2018-08-11More comments.Guy Harris1-1/+15
2018-08-11Make a routine static that's not used outside its source file.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-04Use g_list_prepend() it's faster.AndersBroman1-1/+4
2017-11-30Reformat some top-level ui files.Gerald Combs1-454/+442
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-12/+10
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2015-12-02Qt: Use uniform interface display nameStig Bjørlykke1-0/+42
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris1-0/+50
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris1-2/+10
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-1/+1
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris1-0/+51
2015-03-19Try to fix interface property fetching.Gerald Combs1-11/+6
2015-03-19Squelch a "no implicit conversions in C++" warning.Guy Harris1-1/+1
2015-03-19Fix extracting of parameter.Guy Harris1-9/+9
2015-03-19Fix a comment.Guy Harris1-1/+1
2015-03-19Patch some memory leaks.Guy Harris1-44/+44
2015-03-18Fix space before tab.Guy Harris1-1/+1
2015-03-18Fix parsing of interface properties strings.Guy Harris1-150/+152
2014-10-17isdigit -> g_ascii_isdigit to make the build work.AndersBroman1-1/+1
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-08-29Qt: Rework the "Manage Interfaces" dialog.Gerald Combs1-48/+22
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-1/+1
2014-07-02Manage InterfacesIrene Ruengeler1-2/+7
2014-06-30Get rid of another unused routine.Guy Harris1-20/+0
2014-06-30Get rid of unused routine.Guy Harris1-33/+0
2014-06-30Make a routine unused outside capture_ui_utils.c static.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-0/+571