wireshark/ui/cli
Moshe Kaplan e16166a74c Detect and replace bad allocation patterns
Adds a pre-commit hook for detecting and replacing
occurrences of `g_malloc()` and `wmem_alloc()` with
`g_new()` and `wmem_new()`, to improve the
readability of Wireshark's code, and
occurrences of
`g_malloc(sizeof(struct myobj) * foo)`
with
`g_new(struct myobj, foo)`
to prevent integer overflows

Also fixes all existing occurrences across
the codebase.
2020-12-22 14:56:38 +00:00
..
.editorconfig HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
tap-camelsrt.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-credentials.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-diameter-avp.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-endpoints.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-expert.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-exportobject.c QT/CLI: Remove limit for object export files 2019-11-05 22:40:27 +00:00
tap-exportobject.h Reorganize long option values 2019-12-15 20:02:09 +00:00
tap-flow.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-follow.c QUIC: Add Follow QUIC Stream support to Qt and tshark 2019-10-04 04:36:09 +00:00
tap-funnel.c wslua: Add ability to query current temporary color filter text 2020-06-25 08:02:27 +00:00
tap-gsm_astat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-hosts.c tshark: Add "ip" as alias for "ipv4" in -z hosts option. 2019-09-02 06:54:08 +00:00
tap-httpstat.c HTTP: share dissector status value_string array with tshark HTTP stats 2020-01-24 22:38:17 +00:00
tap-icmpstat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-icmpv6stat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-iostat.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
tap-iousers.c Use human-readable numbers for conversation stats 2019-12-03 03:17:52 +00:00
tap-macltestat.c MAC LTE: add support for extended LCID 2020-06-12 04:13:25 +00:00
tap-protocolinfo.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-protohierstat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-rlcltestat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-rpcprogs.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-rtd.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-rtp.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-rtspstat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-sctpchunkstat.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
tap-simple_stattable.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-sipstat.c SIP: share dissector status value_string array with tshark SIP stats 2020-01-24 16:10:43 +00:00
tap-smbsids.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-srt.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-stats_tree.c Fix compilation with gcc-9. 2020-01-21 04:44:31 +00:00
tap-sv.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tap-wspstat.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
tshark-tap.h Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00