aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/merge.c
Commit message (Expand)AuthorAgeFilesLines
* Specify directory for temporary capturesDavid Perry2022-02-091-5/+5
* [#17478] free blocks in more placesDavid Perry2021-08-101-0/+1
* wiretap: clean up option definitions a bit.Guy Harris2021-07-141-2/+2
* Refactor our logging and extend the wslog APIJoão Valverde2021-06-111-1/+1
* Replace g_assert() with ws_assert() in placesJoão Valverde2021-06-061-28/+29
* wiretap: Remove some redundant debug informationJoão Valverde2021-06-061-24/+24
* wiretap: change wtapng_mandatory_section_t to wtapng_section_mandatory_t.Guy Harris2021-05-241-2/+2
* Add ws_debug() and use itJoão Valverde2021-05-241-44/+41
* Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris2021-03-151-1/+0
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-3/+19
* wiretap: clean up WTAP_BLOCK_ names.Guy Harris2021-02-091-1/+1
* Use wtap_uses_interface_ids() to check if IDBs are necessary.Guy Harris2020-10-221-1/+1
* Add an API to determine whether a file type uses interface IDs.Guy Harris2020-10-201-1/+1
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-5/+10
* Fix many spelling errorsРоман Донченко2020-10-111-1/+1
* wiretap: fix an internal routine's name.Guy Harris2020-08-041-5/+5
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* 1514 is a better initial Buffer size than 1500.Guy Harris2019-04-061-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-5/+15
* wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu2018-11-201-3/+30
* wiretap/merge.c: consolidate three similar merge_files routinesPeter Wu2018-11-171-179/+46
* Use an enum for compression types in various interfaces.Guy Harris2018-11-161-4/+4
* Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris2018-11-161-36/+20
* Don't have _ng versions of the dumper open routines.Guy Harris2018-11-131-11/+12
* wiretap: refactor common parameters for pcapng dump routinesPeter Wu2018-11-121-5/+18
* Add support for reading and writing the new if_hardware IDB option.Guy Harris2018-08-111-2/+17
* Add macros to initialize nstime_t values and use them.Guy Harris2018-06-281-1/+1
* Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter2018-02-181-1/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-30/+36
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Fix white space.Guy Harris2018-02-081-1/+1
* Get rid of unused structure member.Guy Harris2018-02-081-3/+5
* Don't assume records all have time stamps and captured lengths.Guy Harris2018-02-051-14/+30
* Speak of records, not packets.Guy Harris2018-02-051-6/+6
* wiretap/merge.c: Fix memory leak, fix description.Jakub Zawadzki2018-01-301-4/+7
* wiretap: more SPDX license convertions.Dario Lombardo2018-01-201-14/+1
* Fix some comments.Guy Harris2017-12-261-3/+5
* wiretap: remove unneeded check (CID: 1396988).Dario Lombardo2017-12-261-1/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-3/+3
* Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris2017-06-031-8/+0
* Take the error message generation out of the merge_files routines.Guy Harris2017-04-201-206/+36
* Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2016-12-041-88/+304
* Remove unnecessary cast (gchar = char) that removes const.Guy Harris2016-12-041-1/+1
* merge.c: do not give a NULL pointer when saving SHB comment optionPascal Quantin2016-10-271-1/+3
* If we don't get any OS information, remove the old OS information.Guy Harris2016-07-271-0/+5
* Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin2016-07-261-2/+7
* Don't pass NULL to wtap_block_set_string_option_value().Guy Harris2016-07-211-4/+2
* No need to check for string option values being null.Guy Harris2016-07-211-1/+1
* Fix the snapshot length part of the "same interface?" check.Guy Harris2016-07-151-12/+24
* Redo the block options APIs.Guy Harris2016-07-141-85/+156