aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16pcapng: have more common code for processing options.Guy Harris1-758/+785
2021-06-16pcapng: round up block lengths to a multiple of 4 in common code.Guy Harris1-27/+57
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+2
2021-06-16pcapng: fix indentation.Guy Harris1-2/+2
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-1/+2
2021-06-12pcapng: fix routine name.Guy Harris1-16/+16
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-1/+1
2021-06-06pcapng: add support for custom blocksMichael Tuexen1-1/+167
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-4/+5
2021-06-06wiretap: Remove some redundant debug informationJoão Valverde1-161/+156
2021-05-29pcapng: fix some more WTAP_ERR_BAD_FILE err_info strings.Guy Harris1-2/+2
2021-05-29pcapng: remove a second colon from a debug message.Guy Harris1-1/+1
2021-05-29wiretap: clean up WTAP_ERR_BAD_FILE error messages.Guy Harris1-51/+48
2021-05-30wiretap: improve code consistency in pcapng.cMichael Tuexen1-180/+210
2021-05-24wiretap: change wtapng_mandatory_section_t to wtapng_section_mandatory_t.Guy Harris1-3/+3
2021-05-24Add ws_debug() and use itJoão Valverde1-135/+131
2021-05-24pcapng: Fix debug statementsJoão Valverde1-2/+2
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs1-5/+5
2021-04-08pcapng: expand a comment and tweak the version test.Guy Harris1-2/+16
2021-04-09sysdig: a couple more fixesLoris Degioanni1-2/+2
2021-04-09sysdig: implementation fixesLoris Degioanni1-2/+2
2021-04-09sysdig: simplified the separate handling of the two different sysdig block typesLoris Degioanni1-8/+14
2021-04-09sysdig: support the most recent version of sysdigLoris Degioanni1-3/+18
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+2
2021-03-16pcapng: add some comments warning not to cheat.Guy Harris1-5/+95
2021-03-13pcapng: make sure the packet encapsulation matches the interface encapsulation.Guy Harris1-0/+11
2021-03-11pcapng: small cleanups in pcap_open().Guy Harris1-10/+9
2021-03-11pcapng: clean up pcapng_block_read().Guy Harris1-97/+124
2021-03-11pcapng: ignore if_filter options with an unknown type.Guy Harris1-6/+5
2021-03-10pcapng: get rid of the local pcapng_t in pcapng_open().Guy Harris1-6/+16
2021-02-24wiretap: add a block type for systemd journal entries.Guy Harris1-1/+9
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-7/+117
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-3/+3
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-8/+8
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris1-0/+6
2021-02-06pcapng: write out the FCS length IDB option.Guy Harris1-2/+5
2021-02-06pcapng: fix build without plugins.Guy Harris1-2/+0
2021-02-05pcapng: expand the plugin option handlers to support writing options.Guy Harris1-16/+46
2021-02-04pcapng: have common code to handle otherwise-unhandled options.Guy Harris1-53/+53
2021-02-04pcapng: pull common processing code into subroutines.Guy Harris1-299/+166
2021-02-02pcapng: Fix copy-and-pasteo.Guy Harris1-1/+1
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-44/+142
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-3/+3
2021-01-27wiretap: Fixup the sdjournal block length in pcapng.Gerald Combs1-4/+8
2020-12-27Cleanup debug output and fix indentationMichael Tuexen1-8/+10
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-12-17Update comments: From wtap_pkthdr to wtap_rec.Jim Young1-2/+2
2020-11-07wiretap: Update pcapng systemd timestamp handling.Gerald Combs1-23/+17
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-16/+15