wireshark/plugins
Guy Harris 3cb6403a4c wiretap: always allocate a block for a record.
Without that, you could add a comment to a record in a file format the
reading code for which doesn't allocate blocks, but the comment doesn't
get saved, as there's no block in which to save the comment option.

This simplifies some code paths, as we're either using the record's
modified block or we're using the block as read from the file, there's
no third possibility.

If we attempt to read a record, and we get an error, and a block was
allocated for the record, unreference it, so the individual file readers
don't have to worry about it.
2021-08-29 19:12:13 -07:00
..
codecs CMake: Fixup SpanDSP's TIFF includes. 2021-07-14 09:10:09 -07:00
epan Some spelling fixes. 2021-08-27 22:21:40 +00:00
wiretap/usbdump wiretap: always allocate a block for a record. 2021-08-29 19:12:13 -07:00
plugin.rc.in Use the HTTPS URL for our main site in a few places. 2019-05-29 04:00:42 +00:00