aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-07wiretap, pcapng: Distinguish WTAP_ENCAP_UNKNOWN and _NONEJohn Thacker1-3/+7
2023-02-06wiretap: Fix pcapng UTF-8 validationJoão Valverde1-4/+2
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-55/+109
2023-01-26wiretap, pcapng: process all initial internal blocks in pcapng_openJohn Thacker1-112/+201
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker1-54/+61
2022-12-09wiretap: Validate UTF-8 encoding for pcapngJoão Valverde1-1/+11
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-15/+15
2022-11-08pcapng: ws_debug - display option code in decimalChuck Craft1-1/+1
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-2/+2
2022-10-11wiretap: Make some pcapng logs noisy.Gerald Combs1-7/+7
2022-08-20pcapng: add support displaying hash from pcapngStephen Hemminger1-2/+61
2022-07-10wiretap: Fix urls in commentsRoland Knall1-11/+11
2022-04-22Provide the section number for blocks, and show it.Guy Harris1-0/+9
2022-01-16tshark: improve robustness for PCAPNGs not starting with IDBsDr. Lars Völker1-0/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-46/+46
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-5/+5
2021-12-02wiretap: Fix an underflow in pcapng.Gerald Combs1-1/+1
2021-11-20BBLog: Fix the handling of skipped blocksMichael Tuexen1-2/+5
2021-10-29dissectors: support sysdig new block type BLOCK_TYPE_SYSDIG_EVENT_V2_LARGEFederico Di Pierro1-6/+15
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
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