wireshark/epan/dfilter
Guy Harris f9fc064255 Cast __LINE__ to unsigned int and print it with %u.
No version of ISO C I can find (from C90 to C18) says anything more
about __LINE__ than that it's an "integer constant", with no indication
whether it's signed or unsigned (or whether it's int or long or long
long), so we just cast it to "unsigned int" and print it with %u, as it
would make Absolutely No Sense if it were negative.

This should squelch some invalidPrintfArgType_uint warnings from
cppcheck.
2021-01-20 13:48:08 -08: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: fix memleaks with functions and slice operator 2018-04-25 06:57:00 +00:00
dfilter-macro.c Don't dereference a known-to-be-null pointer. 2021-01-20 01:07:18 -08:00
dfilter-macro.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfilter.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfilter.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfunctions.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfunctions.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfvm.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
dfvm.h dfilter: add range support to set membership operator ("f in {x .. y}") 2018-04-18 03:47:02 +00:00
drange.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
drange.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
gencode.c Move some variables inside the block where they're used. 2021-01-20 12:45:46 -08:00
gencode.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
grammar.lemon Further improve that error message. 2019-01-28 22:23:45 +00:00
scanner.l Remove the probes. 2018-09-10 21:24:50 +00:00
semcheck.c Cast __LINE__ to unsigned int and print it with %u. 2021-01-20 13:48:08 -08:00
semcheck.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-function.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-function.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
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 epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-set.c HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
sttype-set.h dfilter: add range support to set membership operator ("f in {x .. y}") 2018-04-18 03:47:02 +00:00
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 epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
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