aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap_opttypes.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-31wsutil: Consolidate IP address codeJoão Valverde1-1/+0
2023-10-19Sysdig: Use libsinsp for native syscallsGerald Combs1-16/+16
2023-10-10wiretap: set WS_LOG_DOMAIN to LOG_DOMAIN_WIRETAP if wslog.h is used.Guy Harris1-0/+2
2023-09-28pcapng: Add Sysdig meta event typesGerald Combs1-0/+36
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker1-3/+50
2022-12-09wiretap: Validate UTF-8 encoding for pcapngJoão Valverde1-0/+17
2022-10-11Separate cases with spaces.Guy Harris1-0/+1
2022-08-20pcapng: add support displaying hash from pcapngStephen Hemminger1-1/+44
2022-04-04Replace g_log() calls with ws_log()João Valverde1-1/+1
2022-01-14wiretap: Register a systemd Journal Export BlockJohn Thacker1-0/+21
2022-01-13wiretap: Fix description of Custom BlockJohn Thacker1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-4/+4
2021-09-09wtap_opttypes: move more if_filter and packet_verdict stuff together.Guy Harris1-4/+4
2021-09-09wtap_opttypes: move the specialized options after the custom options.Guy Harris1-48/+48
2021-08-30pcapng: write packet and Netflix custom blocks the same as other blocks.Guy Harris1-105/+104
2021-08-27wtap_opttypes: fix a typo.Guy Harris1-1/+1
2021-08-27Add initial support for BBLog filesMichael Tuexen1-5/+235
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-13/+7
2021-07-14wiretap: clean up option definitions a bit.Guy Harris1-1/+1
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-3/+3
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-10/+469
2021-06-27wiretap: have the "for each option" routine return a success/fail indication.Guy Harris1-2/+4
2021-06-23pcapng: add support for custom optionsMichael Tuexen1-1/+39
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-5/+6
2021-05-24wiretap: change wtapng_mandatory_section_t to wtapng_section_mandatory_t.Guy Harris1-2/+2
2021-05-24Add ws_debug() and use itJoão Valverde1-6/+0
2021-05-06wtap_opttypes(wiretap): Fix Dead StoreAlexis La Goutte1-2/+0
2021-04-27wiretap: clean up freeing of if_filter options.Guy Harris1-64/+51
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+4
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-03-03Fix warnings with GCC and -O3João Valverde1-0/+2
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+1
2021-02-10Remove the existing "custom block" mechanism:Guy Harris1-40/+6
2021-02-09wiretap: add an API to get the type of a block.Guy Harris1-8/+15
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-16/+16
2021-02-04wiretap: use a hash table for option types.Guy Harris1-56/+56
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-118/+102
2021-01-30wiretap: add wtap_block_set_nth_string_option_value_format().Guy Harris1-0/+17
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-25/+25
2020-10-21Add a routine to make a newly-allocated copy of a block.Guy Harris1-2/+10
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+36
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris1-0/+9
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-3/+3
2017-02-14wiretap: fix wtap_opttypes_cleanup() functionPascal Quantin1-16/+9
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+20
2017-01-20Fix typo.Guy Harris1-1/+1
2016-07-18block->options is never null; don't check for it.Guy Harris1-2/+1
2016-07-18Remove wtap_block_num_options_of_type().Guy Harris1-36/+0