aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-21file-pcapng: fix might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=...Joakim Karlsson1-1/+1
2023-02-09file-pcapng: add encoding arg to option dissector callbackMartin Mathieson1-1/+3
2023-02-08file-pcapng: Provide mechanism for 'local' block handlersMartin Mathieson1-234/+127
2022-12-14file-pcapng: Add Darwin Flow ID and Wake Packet flagJim Young1-11/+40
2022-08-12PCAPNG: make dissect_block public for custom dissectorsJoakim Karlsson1-23/+2
2022-02-02Fix some too-narrow field types.Martin Mathieson1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-9/+9
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-12/+12
2021-10-29dissectors: support sysdig new block type BLOCK_TYPE_SYSDIG_EVENT_V2_LARGEFederico Di Pierro1-0/+4
2021-08-30pcapng: declare offset to be volatile to fix build error on aarch64Tobias Mueller1-3/+3
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-26/+26
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-1/+1
2021-06-12file-pcapng: correctly check whether there are any options in the block.Guy Harris1-1/+1
2021-06-12file-pcapng: report different "block length too short" conditions differently.Guy Harris1-5/+7
2021-06-08file-pcapng: fix might be clobbered by ‘longjmp’ or ‘vfork’ [-Werror=...Joakim Karlsson1-2/+2
2021-06-04file-pcapng: redo the way we dissect the data in blocks.Guy Harris1-367/+528
2021-06-04file-pcapng: fix name of expert info.Guy Harris1-1/+1
2021-06-01pcapng: set the length of the options item.Guy Harris1-0/+1
2021-03-11pcapng dissection: fix dissection of the if_filter IDB option.Guy Harris1-96/+133
2020-12-28pcapng: add missing file format interpretation of EPB optionsJaap Keuter1-0/+83
2020-10-07file-pcapng - Dissect the Darwin flags optionJim Young1-0/+82
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-4/+4
2020-07-06file-pcapng: Try to fix -Wpointer-sign warnings.Anders Broman1-21/+21
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-05-05pcapng (dissector): don't assume the endianness doesn't change.Guy Harris1-322/+376
2020-05-04Fix calculation of fractional part of time stamps.Guy Harris1-1/+1
2020-05-04MIME/pcapng: use snap length to get SPB data lengthDavid Perry1-1/+11
2020-05-04MIME/pcapng: reset interface array on new SHBDavid Perry1-0/+4
2020-05-03pcapng: pull the interface ID handling into a single routine.Guy Harris1-33/+44
2020-05-03pcapng: show some fields in decimal, not hexadecimal.Guy Harris1-9/+9
2020-05-03pcapng: fix more interface ID checks.Guy Harris1-7/+5
2020-05-03pcpang: fix test for missing IDB.Guy Harris1-9/+7
2020-05-03pcapng: expert info when packet or ISB appear without interfacesDavid Perry1-0/+18
2020-04-30pcapng: give a structure member an appropriate name.Guy Harris1-4/+4
2020-04-08Add additional checks, clean up some stuff.Guy Harris1-53/+85
2020-03-28Remove space that snuck in during editing.Guy Harris1-1/+1
2020-03-28Add support for IDB option 15 - if_hardware, for hardware description.Guy Harris1-83/+95
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu1-1/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-11-20file-pcapng: Fix name for Secrets LengthStig Bjørlykke1-1/+1
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-1/+49
2018-10-02file-pcapng.c: Add the names of block types we know about.AndersBroman1-1/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07Don't crash if an IDB resolution value is too high.Guy Harris1-23/+98
2017-08-29MIME based pcapng dissector: Fixup apparent copy-and-pasteos.Jim Young1-11/+10
2017-06-13file-pcapng: fix capture filter dissectionPeter Wu1-2/+9
2017-03-30pcapng: Align code name and hf name.Stig Bjørlykke1-1/+1
2017-02-18file-pcapng: Undo some unnecessary changes.Jim Young1-19/+12