aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap_export_pdu.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-03Make sure per-packet tap callbacks return gbooleans.Gerald Combs1-1/+1
2015-06-26PDU export: increase time precision to nano secondsPascal Quantin1-2/+2
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-2/+2
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-11/+15
2015-01-03Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris1-2/+4
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann1-2/+8
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-2/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+12
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-07-16The plural is "PDUs", not "PDU:s".Guy Harris1-1/+1
2014-07-15Cleanup the "export PDU" common code.Guy Harris1-4/+3
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-2/+2
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+1