wireshark/epan/ftypes
João Valverde 13e9e7199c ftypes: Use an order function to compare ftypes
All the order operators can be defined in terms of 'lt'
and 'eq' so use that to reduce the number of required
methods from 6 to 2.

Further reduce to one by combining those two into a single
function that has memcmp semantics: negative return is
"less than", positive is "greater than" and zero is equal.
2021-10-10 20:48:29 +00:00
..
.editorconfig HTTPS In Even More Places, update some links. 2019-07-28 04:21:18 +00:00
CMakeLists.txt dfilter, ftypes: get rid of FT_PCRE. 2021-03-21 03:27:44 -07:00
ftype-bytes.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-double.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-guid.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-ieee-11073-float.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-integer.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-ipv4.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-ipv6.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-none.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-protocol.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-string.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftype-time.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftypes-int.h ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftypes.c ftypes: Use an order function to compare ftypes 2021-10-10 20:48:29 +00:00
ftypes.h Move epan/wmem/wmem_scopes.h to epan/ 2021-07-26 14:56:11 +00:00