aboutsummaryrefslogtreecommitdiffstats
path: root/file_packet_provider.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18Have a common provider routine to provide time stamps.Guy Harris1-0/+18
2023-12-07Improve interface displaying and writing with multiple sectionsJohn Thacker1-4/+8
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-0/+1
2021-08-22file_packet_provider: fix constness in declaration.Dario Lombardo1-1/+1
2021-07-14wiretap: clean up option definitions a bit.Guy Harris1-2/+2
2021-07-08Change "edited" to "modified" in one more place when referring to blocks.Guy Harris1-5/+5
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-3/+3
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-10/+10
2021-06-16Replace g_log() calls with ws_log()João Valverde1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris1-0/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-6/+6
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-0/+90