aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_pdu_ui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Clean up exp_pdu_open() API.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-9/+10
2018-02-20Constify an argument, remove no-longer-necessary removal of constness.Guy Harris1-1/+1
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
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-04-20cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris1-1/+1
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-3/+2
2017-04-18Have a common "capture file close alert box" routine.Guy Harris1-1/+1
2017-04-18Have a commont "capture file open alert box" routine.Guy Harris1-4/+7
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-05-15Export PDU (ui): fix no newline at end of file [-Wnewline-eof] and modelines ...Alexis La Goutte1-1/+14
2016-05-03Implement Export PDU for tsharkAndersBroman1-0/+112