wireshark/epan/wslua
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 CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
console.lua Qt: point to Lua wiki page now on Gitlab 2020-10-02 17:25:54 +00:00
dtd_gen.lua
init_wslua.c [#17212] Define loading order for lua plugins 2021-04-20 05:38:32 +00:00
init_wslua.h Move still *more* headers outside of extern "C". 2021-03-16 13:50:13 -07:00
lrexlib.c
lrexlib.h
lrexlib_algo.h
lrexlib_glib.c GLib: Bump requirement 2.32 -> 2.36 2020-11-25 06:25:38 +00:00
lrexlib_glib_f.c GLib: Bump requirement 2.32 -> 2.36 2020-11-25 06:25:38 +00:00
lua_bitop.c wslua: fix compilation with gcc 11 2021-04-28 20:12:19 +00:00
lua_bitop.h
make-init-lua.pl wiretap: more work on file type/subtypes. 2021-02-17 21:54:28 +00:00
make-reg.pl wiretap: more work on file type/subtypes. 2021-02-17 21:54:28 +00:00
make-taps.pl
taps
template-init.lua wiretap: more work on file type/subtypes. 2021-02-17 21:54:28 +00:00
wslua.h wiretap: more work on file type/subtypes. 2021-02-17 21:54:28 +00:00
wslua_address.c
wslua_byte_array.c wsutils: add local implementation of g_memdup2. 2021-03-25 09:38:10 +00:00
wslua_capture_info.c Remove unnecessary inclues of wiretap/pcapng.h. 2021-03-15 15:29:40 -07:00
wslua_column.c wslua: Update the packet information docs. 2020-03-30 16:08:37 +00:00
wslua_dir.c wslua: Update the Dir and Utils docs. 2020-03-31 04:12:35 +00:00
wslua_dissector.c Lua: add DissectorTable.try_heuristics() function 2021-03-26 07:15:16 +00:00
wslua_dumper.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
wslua_field.c wslua: Fix crash on FieldInfo.range and FieldInfo.value for a nonexistent TVB 2021-04-28 16:59:54 +00:00
wslua_file.c Have WTAP_ERR_INTERNAL include an err_info string giving details. 2020-10-14 04:51:45 +00:00
wslua_file_common.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
wslua_file_common.h
wslua_file_handler.c wsutils: add local implementation of g_memdup2. 2021-03-25 09:38:10 +00:00
wslua_frame_info.c
wslua_gui.c Be more strict about opening URLs. 2021-02-15 08:47:57 +00:00
wslua_int64.c wslua: Update the Int64 docs. 2020-03-31 04:12:48 +00:00
wslua_internals.c
wslua_listener.c Lua: Improve Listener error handling 2020-12-04 13:38:00 +00:00
wslua_nstime.c
wslua_pinfo.c wslua: Make pinfo.p2p_dir writable 2020-10-22 14:18:58 +00:00
wslua_pinfo_common.h
wslua_pref.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
wslua_proto.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
wslua_proto_expert.c
wslua_proto_field.c dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
wslua_struct.c
wslua_tree.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
wslua_tvb.c wslua_tvb: correctly trim off the end of a tvbuff. 2021-03-27 19:31:37 -07:00
wslua_util.c Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
wslua_wtap.c wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values. 2021-02-23 21:56:20 +00:00