wireshark/plugins
Guy Harris 57a1514ac7 Cast away the return value of g_strlcpy() and g_strlcat().
Most of the time, the return value tells us nothing useful, as we've
already decided that we're perfectly willing to live with string
truncation.  Hopefully this keeps Coverity from whining that those
routines could return an error code (NARRATOR: They don't) and thus that
we're ignoring the possibility of failure (as indicated, we've already
decided that we can live with string truncation, so truncation is *NOT*
a failure).
2021-04-30 03:19:19 -07:00
..
codecs Plugins: Add missing prototypes. 2021-04-16 20:32:23 +00:00
epan Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
wiretap/usbdump CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
plugin.rc.in Use the HTTPS URL for our main site in a few places. 2019-05-29 04:00:42 +00:00