aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/merge.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-5/+15
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-3/+30
2018-11-17wiretap/merge.c: consolidate three similar merge_files routinesPeter Wu1-179/+46
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-4/+4
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-36/+20
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-11/+12
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-5/+18
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris1-2/+17
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-1/+1
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-30/+36
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-08Fix white space.Guy Harris1-1/+1
2018-02-08Get rid of unused structure member.Guy Harris1-3/+5
2018-02-05Don't assume records all have time stamps and captured lengths.Guy Harris1-14/+30
2018-02-05Speak of records, not packets.Guy Harris1-6/+6
2018-01-30wiretap/merge.c: Fix memory leak, fix description.Jakub Zawadzki1-4/+7
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo1-14/+1
2017-12-26Fix some comments.Guy Harris1-3/+5
2017-12-26wiretap: remove unneeded check (CID: 1396988).Dario Lombardo1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-3/+3
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-8/+0
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris1-206/+36
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris1-88/+304
2016-12-04Remove unnecessary cast (gchar = char) that removes const.Guy Harris1-1/+1
2016-10-27merge.c: do not give a NULL pointer when saving SHB comment optionPascal Quantin1-1/+3
2016-07-27If we don't get any OS information, remove the old OS information.Guy Harris1-0/+5
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin1-2/+7
2016-07-21Don't pass NULL to wtap_block_set_string_option_value().Guy Harris1-4/+2
2016-07-21No need to check for string option values being null.Guy Harris1-1/+1
2016-07-15Fix the snapshot length part of the "same interface?" check.Guy Harris1-12/+24
2016-07-14Redo the block options APIs.Guy Harris1-85/+156
2016-06-15Don't map the interface ID for records that don't pertain to an interface.Guy Harris1-5/+11
2016-06-15More Sysdig / system event support.Gerald Combs1-1/+4
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-8/+10
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-4/+7
2016-02-25Clean up modelines and indentation.Guy Harris1-3/+3
2016-02-23Making wiretap option blocks more generic.Michael Mann1-85/+116
2016-02-11Make file indices consistently unsigned in the merge code.Guy Harris1-6/+6
2016-02-11Avoid undefined behavior in overflow checkMichael McConville1-1/+1
2015-11-23merge: fix parameter 'in_files/in_count_files' not found in the function decl...Alexis La Goutte1-6/+6
2015-11-11Make routines used only within wiretap/merge.c static.Guy Harris1-43/+46
2015-11-10Fix typo.Guy Harris1-1/+1
2015-10-05Allow use of variadic macrosPeter Wu1-34/+28
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-5/+15
2015-08-19Pcap: wtap does not set interface timestamp precision when reading pcapHadriel Kaplan1-1/+1
2015-08-19Add more debug infor for windows buildbot test suite failureHadriel Kaplan1-0/+27
2015-08-19Try to debug merge test suite failure on windows buildbotHadriel Kaplan1-0/+30