wireshark/epan/ftypes
Pascal Quantin aba4d3a3a7 ftype-guid.c: fix FT_GUID filtering
g_strlcpy copies at most n-1 bytes to ensure that the string is NULL terminated.

Bug: 13121
Change-Id: I4f1677c518e65eb58b79d72052520ecce8c51722
Reviewed-on: https://code.wireshark.org/review/18743
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2016-11-11 16:17:19 +00:00
..
.editorconfig Convert ftype-tvbuff.c to ftype-protocol.c 2016-05-05 19:27:55 +00:00
CMakeLists.txt cmake: make WERROR_COMMON_FLAGS a normal string 2016-09-30 20:08:02 +00:00
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
ftype-bytes.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-double.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-guid.c ftype-guid.c: fix FT_GUID filtering 2016-11-11 16:17:19 +00:00
ftype-ieee-11073-float.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-integer.c Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00
ftype-ipv4.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-ipv6.c Fix indentation 2016-07-31 03:58:12 +00:00
ftype-none.c Convert ftype-tvbuff.c to ftype-protocol.c 2016-05-05 19:27:55 +00:00
ftype-pcre.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-protocol.c ftype-protocol: Fix [-Wcast-qual] warnings 2016-06-10 23:43:10 +00:00
ftype-string.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftype-time.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftypes-int.h Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftypes.c Give FvalueToStringRepr a length parameter. 2016-05-10 22:49:25 +00:00
ftypes.h Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00