wireshark/capture
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
..
.editorconfig
CMakeLists.txt
airpcap.h
airpcap_loader.c
airpcap_loader.h
capture-pcap-util-int.h
capture-pcap-util-unix.c
capture-pcap-util.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
capture-pcap-util.h
capture-wpcap.c
capture-wpcap.h
capture_ifinfo.c Clean up printing of interface information. 2021-04-13 23:14:09 -07:00
capture_ifinfo.h
capture_session.h
capture_sync.c
capture_sync.h
capture_win_ifnames.c
capture_win_ifnames.h
iface_monitor.c
iface_monitor.h
ws80211_utils.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
ws80211_utils.h