aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_pdu_ui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2022-02-09Specify directory for temporary capturesDavid Perry1-2/+3
2022-01-19dumpcap: Fix segfault when failing to create temporary fileJohn Thacker1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-15Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris1-1/+0
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-03-15tap_export_pdu: finish the job of reporting errors.Guy Harris1-2/+2
2021-03-14Clean up "Export PDUs to File" code.Guy Harris1-25/+24
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-4/+7
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-6/+9
2019-12-20Use g_file_open_tmp within create_tempfileMichael Mann1-3/+8
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