aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-09pcapng: clean up block length checks.Guy Harris1-9/+26
2021-09-07pcapng: Fix Branch condition evaluate to a garbage valueAlexis La Goutte1-0/+1
2021-09-06pcapng(wiretap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+0
2021-08-30pcapng: write packet and Netflix custom blocks the same as other blocks.Guy Harris1-152/+275
2021-08-29pcapng: remove include of wtap_opttypes.h.Guy Harris1-1/+0
2021-08-28pcapng: whitespace and other cleanups.Guy Harris1-12/+3
2021-08-28pcapng: fix handling of byte-swapped sysdig event blocks.Guy Harris1-0/+1
2021-08-27pcapng: fix output of comment and DNS server name options.Guy Harris1-1/+1
2021-08-27pcapng: process uint32 options like uint64 options.Guy Harris1-22/+53
2021-08-27pcapng: remove some old code left behind by the previous change.Guy Harris1-2/+1
2021-08-27pcapng: export routines to do the option-section processing.Guy Harris1-57/+164
2021-08-27Add initial support for BBLog filesMichael Tuexen1-43/+348
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-83/+17
2021-07-14pcapng: shuffle functions that process various option types.Guy Harris1-48/+48
2021-07-14wiretap: clean up option definitions a bit.Guy Harris1-4/+4
2021-07-12pcapng: process OPT_COMMENT in pcapng_process_options().Guy Harris1-19/+4
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-25/+24
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-196/+232
2021-06-29pcapng: centralize access to members of the wtap_optval_t union.Guy Harris1-41/+41
2021-06-28pcapng: clean up some function names.Guy Harris1-134/+134
2021-06-28pcapng: have more common code for writing options.Guy Harris1-296/+307
2021-06-27wiretap: have the "for each option" routine return a success/fail indication.Guy Harris1-98/+58
2021-06-27pcapng: have a common routine to write the "end of options" option.Guy Harris1-17/+17
2021-06-23pcapng: add support for custom optionsMichael Tuexen1-51/+337
2021-06-17pcapng: update a comment to reflect the name cleanups.Guy Harris1-1/+1
2021-06-17Just call the block type for custom blocks WTAP_BLOCK_CUSTOM.Guy Harris1-1/+1
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-15/+15
2021-06-16pcapng: indentation cleanups.Guy Harris1-2/+2
2021-06-16pcapng: get rid of some now-redundant rounding up of the block length.Guy Harris1-35/+6
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