wireshark/epan/dfilter
Guy Harris 272502790b Add FT_STRINGZTRUNC.
FT_STRINGZPAD is for null-*padded* strings, where the field is in an
area of specified length, and, if the string is shorter than that
length, all bytes past the end of the string are NULs.

FT_STRINGZTRUNC is for null-*truncated* strings, where the field is in
an area of specified length and, if the string is shorter than that
length, there's a null character (which might be more than one byte, for
UCS-2, UTF-16, or UTF-32), and anything after that is not guaranteed to
have any particular value.

Use IS_FT_STRING() in some places rather than enumerating all the string
types, so that those places get automatically changed if the set of
string types changes.
2020-09-12 14:16:12 -07:00
..
.editorconfig HTTPS In Even More Places, update some links. 2019-07-28 04:21:18 +00:00
CMakeLists.txt Tools: Clean up checkAPI and add ui/qt. 2020-09-05 07:41:29 +00:00
dfilter-int.h
dfilter-macro.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfilter-macro.h
dfilter.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfilter.h
dfunctions.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfunctions.h
dfvm.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfvm.h
drange.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
drange.h
gencode.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
gencode.h
grammar.lemon Further improve that error message. 2019-01-28 22:23:45 +00:00
scanner.l
semcheck.c Add FT_STRINGZTRUNC. 2020-09-12 14:16:12 -07:00
semcheck.h
sttype-function.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-function.h
sttype-integer.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-pointer.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-range.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-range.h
sttype-set.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-set.h
sttype-string.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-test.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-test.h
syntax-tree.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
syntax-tree.h dfilter: fix memory leaks if a dfilter fails to compile 2019-01-28 11:09:17 +00:00