aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap_export_pdu.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-29tap_export_pdu: we don't have packet flags, don't claim that we do.Guy Harris1-1/+1
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-14/+0
2021-03-15tap_export_pdu: finish the job of reporting errors.Guy Harris1-3/+12
2021-03-15tap_export_pdu: report write errors on the output file.Guy Harris1-15/+6
2021-03-15tap_export_pdu: clean up includes.Guy Harris1-5/+3
2021-03-14tap_export_pdu: fix an out-of-date comment.Guy Harris1-2/+2
2021-03-13tap_export_pdu: free err_info for WTAP_ERR_INTERNAL.Guy Harris1-0/+4
2021-03-14tshark, export_pdu: Allow tshark to export PDUs to other file typesJohn Thacker1-3/+3
2021-02-23exp_pdu_open: swap two arguments.Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-42/+62
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+1
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-2/+2
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-18/+14
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+3
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-12-19Clean up exp_pdu_open() API.Guy Harris1-2/+1
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-1/+1
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-2/+2
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-5/+5
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-2/+2
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-2/+6
2018-08-14export_pdu.c: Fix a memory leakVasil Velichkov1-1/+0
2018-08-03tap_export_pdu: Fix two memory leaksVasil Velichkov1-8/+10
2018-08-01tshark: Allow exporting of PDUs to stdoutVasil Velichkov1-3/+9
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-0/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-16/+15
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-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-2/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-2/+4
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-1/+0
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin1-1/+6
2016-07-14Redo the block options APIs.Guy Harris1-12/+12
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-1/+7
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-7/+1
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-1/+4
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-9/+7
2016-05-03Implement Export PDU for tsharkAndersBroman1-58/+29
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-02-23Making wiretap option blocks more generic.Michael Mann1-30/+27
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-2/+2
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-10/+7
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-6/+3
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-1/+1
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-1/+3