wireshark/extcap
Alexis La Goutte 4a55281078 dpauxmon(extcap): Fix Dead Store found by Clang Analyzer
dpauxmon.c:290:7: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err' [deadcode.DeadStores]
dpauxmon.c:432:7: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err' [deadcode.DeadStores]
dpauxmon.c:437:7: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err' [deadcode.DeadStores]
dpauxmon.c:443:7: warning: Although the value stored to 'err' is used in the enclosing expression, the value is never actually read from 'err' [deadcode.DeadStores]
2021-09-06 04:21:14 +00:00
..
.editorconfig HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
CMakeLists.txt CMake: Remove unneeded GLIB2_LIBRARIES. 2021-07-21 10:05:21 +00:00
androiddump.c androiddump: get the WIRESHARK_UPPER_PDU tags from the header. 2021-08-20 13:16:15 -07:00
ciscodump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
dpauxmon.c dpauxmon(extcap): Fix Dead Store found by Clang Analyzer 2021-09-06 04:21:14 +00:00
dpauxmon_user.h extcap: Support for DisplayPort AUX channel monitors 2018-05-14 10:44:37 +00:00
etl.c etwdump: Fixup our rec struct syntax. 2021-07-12 14:40:21 -07:00
etl.h ETWDUMP: Update to support live capture 2021-05-13 21:17:09 +00:00
etw_message.c dissectors: Replace g_log() with ws_log() 2021-06-16 12:50:28 +00:00
etw_message.h MBIM: Update dissector to support DLT_ETW 2020-12-02 09:05:11 +00:00
etwdump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
extcap-base.c Replace g_assert() with ws_assert() 2021-06-19 01:23:31 +00:00
extcap-base.h Enable -Wredundant-decls. 2021-02-14 14:43:42 -08:00
randpktdump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
sdjournal.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
ssh-base.c Replace g_log() calls with ws_log() 2021-06-16 12:50:27 +00:00
ssh-base.h extcap: put the code to add lissh version information into a common routine. 2020-07-16 10:00:01 +00:00
sshdump.c wslog: Check environment initialization for errors 2021-06-26 00:18:26 +01:00
udpdump.c Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header. 2021-08-20 02:18:19 -07:00