wireshark/epan
Dario Lombardo 8cd389e161 replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
The first is deprecated, as per https://spdx.org/licenses/.

Change-Id: I8e21e1d32d09b8b94b93a2dc9fbdde5ffeba6bed
Reviewed-on: https://code.wireshark.org/review/25661
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-08 14:57:36 +00:00
..
crypt airpdcap: check return value for gcry_mac_read (CID: 1420699). 2017-12-24 06:39:38 +00:00
dfilter cmake: match include directories with autotools 2017-11-29 06:58:22 +00:00
dissectors replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
ftypes LTE L2 protocols: add FT_FRAMENUM_TYPE for most FT_FRAMENUM fields. 2017-11-29 21:21:09 +00:00
wmem Added wmem_map_contains and wmem_map_lookup_extended 2018-02-07 05:21:20 +00:00
wslua replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
.editorconfig
CMakeLists.txt cmake: add ps.c to the checkAPI list with the proper path. 2018-01-18 11:01:38 +00:00
Makefile.am Hand the packet provider functions to epan_new(). 2017-12-08 04:33:55 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c
addr_resolv.h
address.h
address_types.c Don't cast away constness if it's not necessary. 2018-01-18 05:51:44 +00:00
address_types.h
afn.c
afn.h
aftypes.c
aftypes.h
app_mem_usage.c
app_mem_usage.h
arcnet_pids.h
arptypes.h
asn1.c
asn1.h
ax25_pids.h
bridged_pids.h
capture_dissectors.c
capture_dissectors.h
charsets.c Make a pointer const that has no need not to be const. 2018-01-18 05:48:46 +00:00
charsets.h
chdlctypes.h
color_filters.c Fix memleak in color_filters_read_globals() 2018-02-01 23:17:19 +00:00
color_filters.h
column-info.h
column-utils.c
column-utils.h
column.c
column.h
conv_id.h
conversation.c Make sure we pass valid addresses to find_conversation. 2018-02-06 18:15:18 +00:00
conversation.h
conversation_debug.h
conversation_table.c
conversation_table.h
crc6-tvb.c
crc6-tvb.h
crc8-tvb.c
crc8-tvb.h
crc10-tvb.c
crc10-tvb.h
crc16-tvb.c
crc16-tvb.h
crc32-tvb.c
crc32-tvb.h
decode_as.c Don't cast away constness if it's not necessary. 2018-01-18 06:00:59 +00:00
decode_as.h
diam_dict.h
diam_dict.l
disabled_protos.c
disabled_protos.h
dissector_filters.c
dissector_filters.h
doxygen.cfg.in
dtd.h
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l
dtd_preparse.l
dvb_chartbl.c
dvb_chartbl.h
eap.h
eapol_keydes_types.h
epan.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
epan.h Add new plugin type for libwireshark 2017-12-14 22:12:38 +00:00
epan_dissect.h
etypes.h
ex-opt.c
ex-opt.h
except.c
except.h
exceptions.h
exntest.c
expert.c epan: Make expert info summary text mandatory 2017-12-14 06:06:47 +00:00
expert.h epan: Make expert info summary text mandatory 2017-12-14 06:06:47 +00:00
export_object.c
export_object.h Note that the object size type is, in effect, size_t. 2018-01-06 23:33:06 +00:00
exported_pdu.c
exported_pdu.h Have the frame_tvbuff.c routines not use the global cfile. 2017-12-08 08:31:41 +00:00
filter_expressions.c
filter_expressions.h
follow.c
follow.h
frame_data.c
frame_data.h Use cfile.h to define the capture_file type. 2017-12-03 18:54:37 +00:00
frame_data_sequence.c
frame_data_sequence.h
funnel.c
funnel.h
garrayfix.h
geoip_db.c
geoip_db.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
media_params.c
media_params.h
next_tvb.c
next_tvb.h
nlpid.h
oids.c
oids.h
oids_test.c
osi-utils.c
osi-utils.h
oui.h
packet.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
packet_info.h Get rid of the pkt_encap field in struct packet_info. 2018-02-06 20:35:47 +00:00
params.h
plugin_if.c plugin_if: don't allocate memory and cast it instead. 2018-01-19 12:32:08 +00:00
plugin_if.h Remove a plugin_if_gui_cb type conversion. 2017-12-14 23:43:38 +00:00
ppptypes.h
prefs-int.h Convert GUI layout preferences to use preference effects. 2018-01-09 13:09:18 +00:00
prefs.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
prefs.h extcap: add preference to prevent interfaces loading. 2018-01-09 09:58:48 +00:00
print.c Reset file permissions 2018-01-27 18:48:40 +00:00
print.h Add columns (_ws.col) to output formats json, ek, pdml 2018-01-02 05:27:51 +00:00
print.ps
print_stream.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
print_stream.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
proto.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
proto.h Add ENC_VARINT_QUIC 2018-01-02 05:29:39 +00:00
proto_data.c proto_data.c: Fix bug in p_remove_proto_data. 2017-12-30 07:25:56 +00:00
proto_data.h
ps.h
ptvcursor.h
radius_dict.l
range.c
range.h
reassemble.c
reassemble.h
reassemble_test.c
reedsolomon.c
reedsolomon.h
register.c replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
register.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
req_resp_hdrs.c
req_resp_hdrs.h
rtd_table.c
rtd_table.h
rtp_pt.h
sctpppids.h
sequence_analysis.c
sequence_analysis.h
show_exception.c
show_exception.h
slow_protocol_subtypes.h
sminmpec.h
srt_table.c
srt_table.h
stat_groups.h
stat_tap_ui.c stat_tap: don't use-after-free (found by clang). 2018-01-16 22:31:51 +00:00
stat_tap_ui.h
stats_tree.c
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c
strutil.h
t35.c
t35.h
tap-voip.h
tap.c Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
tap.h Refactor plugin registration and loading 2017-12-14 08:43:57 +00:00
tfs.c
tfs.h
time_fmt.h
timestamp.c
timestamp.h
timestats.c
timestats.h
to_str-int.h
to_str.c
to_str.h
tvbparse.c Fix tvbparse recursion limit check. 2018-01-09 16:21:36 +00:00
tvbparse.h Limit tvbparse recursion. 2018-01-08 23:55:13 +00:00
tvbtest.c
tvbuff-int.h
tvbuff.c Add ENC_VARINT_QUIC 2018-01-02 05:29:39 +00:00
tvbuff.h Use pcapng as the name of the file format. 2018-01-09 00:38:51 +00:00
tvbuff_base64.c
tvbuff_composite.c
tvbuff_real.c
tvbuff_subset.c
tvbuff_zlib.c
uat-int.h
uat.c
uat.h Protect UAT color "datatype" from an empty string 2018-01-29 00:03:16 +00:00
uat_load.l
unit_strings.c btatt: Support BBC micro:bit Bluetooth profile 2018-01-04 12:51:44 +00:00
unit_strings.h btatt: Support BBC micro:bit Bluetooth profile 2018-01-04 12:51:44 +00:00
value_string.c
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h