Commit Graph

7 Commits

Author SHA1 Message Date
Martin Mathieson e0300eaed8 Fix lots of spellings 2024-02-25 22:46:47 +00:00
Stig Bjørlykke 2a9bc63325 Remove init of proto variables
Remove init of proto, header field, expert info and subtree variables.
This will reduces the binary size by approximate 1266320 bytes due to
using .bss to zero-initialize the fields.

The conversion is done using the tools/convert-proto-init.py script.
2023-11-20 08:20:54 +01:00
Martin Mathieson edfb89301c tools/delete_includes.py: rework 2023-05-11 09:49:08 +00:00
Alexis La Goutte 1236c07a03 file-pcapng-darwin: fix Dead Store found by Clang Analyzer 2023-03-01 09:45:10 +00:00
Alexis La Goutte 56b97c0fa5 file-pcapng-darwin: fix Dead Store found by Clang Analyzer 2023-02-22 22:35:36 +00:00
Martin Mathieson 7ce7af124a file-pcapng: add encoding arg to option dissector callback 2023-02-09 10:26:27 +00:00
Martin Mathieson 86f7777c4c file-pcapng: Provide mechanism for 'local' block handlers 2023-02-08 13:10:48 +00:00