aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_pdu_ui_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Move version_info.[ch] to ui/João Valverde2021-07-041-1/+1
* Remove unneeded modelines in ui.Gerald Combs2021-04-201-13/+0
* Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris2021-03-151-1/+0
* Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris2021-03-151-1/+0
* tap_export_pdu: finish the job of reporting errors.Guy Harris2021-03-151-2/+2
* Clean up "Export PDUs to File" code.Guy Harris2021-03-141-25/+24
* wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris2021-02-231-4/+7
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-6/+9
* Use g_file_open_tmp within create_tempfileMichael Mann2019-12-201-3/+8
* Clean up exp_pdu_open() API.Guy Harris2018-12-191-1/+1
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-9/+10
* Constify an argument, remove no-longer-necessary removal of constness.Guy Harris2018-02-201-1/+1
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* ui: use SPDX identifiers.Dario Lombardo2018-02-021-14/+1
* Put the structure of a capture_file back in cfile.h.Guy Harris2017-12-041-1/+0
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-0/+1
* Rename "ws_version_info.h", also .cJoão Valverde2017-09-261-1/+1
* cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris2017-04-201-1/+1
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-3/+2
* Have a common "capture file close alert box" routine.Guy Harris2017-04-181-1/+1
* Have a commont "capture file open alert box" routine.Guy Harris2017-04-181-4/+7
* Allow create_tempfile to support a suffix.Michael Mann2016-06-011-1/+1
* Export PDU (ui): fix no newline at end of file [-Wnewline-eof] and modelines ...Alexis La Goutte2016-05-151-1/+14
* Implement Export PDU for tsharkAndersBroman2016-05-031-0/+112