wireshark/epan
João Valverde 7f105d3981 CMake: Use CheckAPI's abort/termoutput with dissectors only
I believe this was the original intention, to use these API restricitons
with dissectors only (not that I necessarily agree with that policy either),
and through copy-paste and lack of clear guidelines it spread to other
parts of the build.

Rename the checkAPI groups to make it very clear that this is dissector-only.

This doesn't mean, of course, that good programming practices shouldn't be
followed everywhere. In particular assertions need to be used properly.
Don't use them to catch runtime errors or validate input data.

This commit will be followed by another removing the various ugly hacks
people have been using to get around the checkAPI hammer.
2021-03-01 20:59:39 +00:00
..
crypt CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
dfilter CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
dissectors CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
ftypes CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
wmem CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
wslua CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
.editorconfig
CMakeLists.txt CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
addr_and_mask.c epan: access a ws_in4_addr byte by byte. 2020-04-16 17:11:59 +00:00
addr_and_mask.h
addr_resolv.c Don't check whether eth_name_lookup() returned a null pointer. 2021-01-19 21:14:10 -08:00
addr_resolv.h
address.h
address_types.c
address_types.h
afn.c
afn.h
aftypes.c
aftypes.h
app_mem_usage.c
app_mem_usage.h
arcnet_pids.h
arptypes.h ARP: expand the set of ARPHRD_ definitions from both IANA and Linxu. 2020-05-09 12:08:54 +00:00
asn1.c Squelch "Clarify calculation precedence" warning from cppcheck. 2021-01-19 23:12:03 -08:00
asn1.h
ax25_pids.h
bridged_pids.h
capture_dissectors.c Remove redundant assertion. 2021-01-19 23:40:31 -08:00
capture_dissectors.h
charsets.c windows-common: fix Clang 2020-11-19 19:01:53 +00:00
charsets.h Use iconv to support GB 18030 and EUC-KR, allow future encodings 2020-10-21 11:26:23 +00:00
chdlctypes.h
cisco_pid.h
color_filters.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
color_filters.h wslua: Add ability to query current temporary color filter text 2020-06-25 08:02:27 +00:00
column-info.h column-info.h : increase COL_MAX_LEN from 256 to 2048 2020-12-04 16:11:37 +00:00
column-utils.c column-utils: Get snprintf prototype from stdio.h. 2021-03-01 07:13:12 +00:00
column-utils.h
column.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
column.h
conv_id.h
conversation.c
conversation.h
conversation_debug.h
conversation_filter.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
conversation_filter.h
conversation_table.c TCP: Conversations Statistics loyalty to connections initiators 2021-02-21 13:12:35 +00:00
conversation_table.h
crc6-tvb.c
crc6-tvb.h
crc8-tvb.c Move some variables inside the block where they're used. 2021-01-20 00:44:31 -08:00
crc8-tvb.h
crc10-tvb.c
crc10-tvb.h
crc16-tvb.c
crc16-tvb.h
crc32-tvb.c
crc32-tvb.h
dccpservicecodes.h Added IANA-assigned DCCP Service Codes. 2021-02-19 13:50:35 +01:00
decode_as.c Add FT_STRINGZTRUNC. 2020-09-12 14:16:12 -07:00
decode_as.h epan: Keep decode_as_list when changing profile 2020-06-29 18:40:27 +00:00
diam_dict.h
diam_dict.l
disabled_protos.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
disabled_protos.h
dtd.h
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l
dtd_preparse.l epan DTD parser: don't leak the full path string on error. 2020-05-02 22:18:58 +00:00
dvb_chartbl.c
dvb_chartbl.h
eap.h Add a few EAP dissectors 2020-09-21 15:05:05 +00:00
eapol_keydes_types.h
epan.c Avoid exposing HAVE_PLUGINS in the public API 2021-02-06 16:35:51 +00:00
epan.h Moving glib.h out of extern C 2021-02-10 17:49:09 +00:00
epan_dissect.h
etypes.h Extremenetwork/Avaya/Lucent/Baynetworks/Wellfleet specific protocol updates 2021-02-23 20:01:13 +00:00
ex-opt.c
ex-opt.h
except.c
except.h
exceptions.h
exntest.c
expert.c Remove and replace obsolete ws_snprintf() definition 2021-02-28 22:03:42 +00:00
expert.h Clean up URLs. 2020-10-02 20:13:42 -07:00
export_object.c Fix memory leak in export_object.c 2020-05-02 21:41:09 +00:00
export_object.h
exported_pdu.c Replace instances of wmem_alloc with wmem_new 2020-08-08 09:54:29 +00:00
exported_pdu.h
filter_expressions.c
filter_expressions.h
follow.c
follow.h Added "Follow DCCP stream" feature. 2021-02-22 12:48:46 +01:00
frame_data.c Add a new record type REC_TYPE_SYSTEMD_JOURNAL. 2020-10-27 20:06:26 -07:00
frame_data.h
frame_data_sequence.c
frame_data_sequence.h
funnel.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
funnel.h funnel: Remove unused typedefs 2020-12-30 11:02:41 +00:00
garrayfix.h
golay.c
golay.h
guid-utils.c
guid-utils.h
iana_charsets.c
iana_charsets.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
ip_opts.h
ipproto.c
ipproto.h
ipv4.h
ipv6.h
lapd_sapi.h
llcsaps.h
maxmind_db.c
maxmind_db.h
media_params.c
media_params.h
next_tvb.c
next_tvb.h
nlpid.h
oids.c Replace g_malloc calls with g_new 2020-12-22 15:48:48 +00:00
oids.h
oids_test.c tests: Try to squelch [-Wpointer-sign] warnings. 2020-07-01 10:01:39 +00:00
osi-utils.c
osi-utils.h
oui.h ieee80211: add VS SGDSN type 1 message 2020-07-08 06:29:00 +00:00
packet.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
packet.h sll: add support for LINKTYPE_LINUX_SLL2. 2020-05-09 03:14:50 +00:00
packet_info.h
params.h
pci-ids.c NCSI: Squash commits of NCSI and PCI-IDS 2021-02-17 07:10:31 +00:00
pci-ids.h NCSI: Squash commits of NCSI and PCI-IDS 2021-02-17 07:10:31 +00:00
plugin_if.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
plugin_if.h plugin_if: add plugin_if_get_frame_data() and plugin_if_get_capture_file() 2020-08-22 05:32:29 +00:00
ppptypes.h
prefs-int.h Lua: Add get_preference() and set_preference() utility functions. 2020-12-08 22:56:50 +00:00
prefs.c TShark: Load extcap preferences only when needed. 2021-02-11 13:36:22 +00:00
prefs.h Moving glib.h out of extern C 2021-02-10 17:49:09 +00:00
print.c epan: don't print nanoseconds if seconds isn't representable. 2021-01-27 23:56:22 -08:00
print.h
print.ps
print_stream.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
print_stream.h
proto.c Add ENC_TIME_NSECS timestamp encoding 2021-02-10 12:45:54 +00:00
proto.h Add ENC_TIME_NSECS timestamp encoding 2021-02-10 12:45:54 +00:00
proto_data.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
proto_data.h epan: Add p_[gs]et_proto_depth. 2020-04-15 04:09:08 +00:00
protobuf-helper.c Protobuf: rewrite parser of *.proto file from Bison to Lemon 2020-11-18 08:57:01 +00:00
protobuf-helper.h Protobuf: rewrite parser of *.proto file from Bison to Lemon 2020-11-18 08:57:01 +00:00
protobuf_lang_parser.lemon Protobuf: fix bugs that parsing complex syntax .proto files 2020-12-27 11:32:10 +00:00
protobuf_lang_scanner.l Protobuf: rewrite parser of *.proto file from Bison to Lemon 2020-11-18 08:57:01 +00:00
protobuf_lang_tree.c Protobuf: fix bugs that parsing complex syntax .proto files 2020-12-27 11:32:10 +00:00
protobuf_lang_tree.h Protobuf: rewrite parser of *.proto file from Bison to Lemon 2020-11-18 08:57:01 +00:00
ps.h
ptvcursor.h
radius_dict.l
range.c
range.h
reassemble.c reassemble: Improve perf of free_all_reassembled_fragments. 2021-02-22 17:00:54 +10:00
reassemble.h
reassemble_test.c Fix reassemble_test's additional debug mode. 2021-02-21 12:55:58 +00:00
reedsolomon.c
reedsolomon.h
register-int.h
register.c
register.h
req_resp_hdrs.c
req_resp_hdrs.h
rtd_table.c
rtd_table.h
rtp_pt.h
sctpppids.c Added decoding of ProtocolID and PPID into Component Status Protocol dissector. 2021-02-26 15:31:44 +00:00
sctpppids.h Added decoding of ProtocolID and PPID into Component Status Protocol dissector. 2021-02-26 15:31:44 +00:00
secrets.c GnuTLS: Bump minimum version to 3.3.0 2021-01-02 19:00:51 +00:00
secrets.h
sequence_analysis.c voip_calls_dialog/voip_calls: Fix for #16952 2020-12-30 08:51:00 +00:00
sequence_analysis.h voip_calls_dialog/voip_calls: Fix for #16952 2020-12-30 08:51:00 +00:00
show_exception.c first version of reassembly btatt 2021-02-09 05:01:18 +00:00
show_exception.h
slow_protocol_subtypes.h
sminmpec.h
srt_table.c Detect and replace bad allocation patterns 2020-12-22 14:56:38 +00:00
srt_table.h
stat_groups.h
stat_tap_ui.c stat_tap_table_ui: create tables only once during init 2021-01-28 13:41:08 +00:00
stat_tap_ui.h stat_tap_table_ui: create tables only once during init 2021-01-28 13:41:08 +00:00
stats_tree.c Detect and replace bad allocation patterns (more) 2020-12-23 14:07:18 +00:00
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c epan: Fix format_text treament of Greek, Arabic, etc. 2020-12-09 12:51:19 +00:00
strutil.h Add format_text_string(), which gets the length with strlen(). 2020-08-20 07:24:32 +00:00
t35.c
t35.h
tap-voip.h
tap.c Avoid exposing HAVE_PLUGINS in the public API 2021-02-06 16:35:51 +00:00
tap.h Avoid exposing HAVE_PLUGINS in the public API 2021-02-06 16:35:51 +00:00
tfs.c GTPv2: Update IE 8.12 Indication 2020-12-17 12:35:01 +00:00
tfs.h GTPv2: Update IE 8.12 Indication 2020-12-17 12:35:01 +00:00
time_fmt.h
timestamp.c
timestamp.h
timestats.c
timestats.h
to_str-int.h
to_str.c epan: Limit our bits in decode_bits_in_field. 2020-11-07 19:51:20 +00:00
to_str.h Handle relative times with >2^31 seconds. 2020-10-18 02:06:07 -07:00
tvbparse.c Replace more g_malloc with g_new 2020-12-23 11:47:17 +00:00
tvbparse.h
tvbtest.c tests: Try to squelch [-Wpointer-sign] warnings. 2020-07-01 10:01:39 +00:00
tvbuff-int.h
tvbuff.c ZVT: Addedd dissection of amount, terminal ID, date and time. Registration fix. 2021-02-22 10:39:54 +01:00
tvbuff.h ZVT: Addedd dissection of amount, terminal ID, date and time. Registration fix. 2021-02-22 10:39:54 +01:00
tvbuff_base64.c tvb: Add base64_tvb_to_new_tvb() 2020-11-25 22:09:06 +00:00
tvbuff_brotli.c
tvbuff_composite.c composite_tvb: fix memory leak when tvb_composite_finalize is not called 2020-06-01 03:40:57 +00:00
tvbuff_lz77.c
tvbuff_lz77huff.c
tvbuff_lznt1.c
tvbuff_real.c
tvbuff_subset.c
tvbuff_zlib.c Update URLs pointing to the bug database. 2020-10-03 07:54:12 -07:00
uat-int.h
uat.c UAT: Adding support for uint64 (dec/hex), int64 (dec) 2021-01-05 11:20:47 +00:00
uat.h UAT: Adding support for uint64 (dec/hex), int64 (dec) 2021-01-05 11:20:47 +00:00
uat_load.l
unit_strings.c Document unit string and true false string helper functions 2020-04-29 10:07:51 +00:00
unit_strings.h Document unit string and true false string helper functions 2020-04-29 10:07:51 +00:00
value_string.c
value_string.h Moving glib.h out of extern C 2021-02-10 17:49:09 +00:00
x264_prt_id.h
xdlc.c
xdlc.h