aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture_ui_utils.c
AgeCommit message (Expand)AuthorFilesLines
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