wireshark/epan/ftypes
João Valverde fe7bfdf6ca CMake: Require explicit installation of development headers
Develpment headers are a sizeable part of the binary installation
and most users won't ever require them. It's recommended to package
them separately in a devel package or SDK.

Create a CMake installation component for development headers
and add the EXCLUDE_FROM_ALL property.

Headers can be installed using the invocation:

    cmake --install <dir> --component Development
2023-01-18 03:35:13 +00:00
..
.editorconfig Fix EditorConfig settings 2022-02-23 23:37:47 +00:00
CMakeLists.txt CMake: Require explicit installation of development headers 2023-01-18 03:35:13 +00:00
ftype-bytes.c dfilter: Tweak representation for length-1 byte array 2023-01-02 02:54:38 +00:00
ftype-double.c dfilter: Use an exact floating-point string representation 2022-07-23 01:08:31 +01:00
ftype-guid.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-ieee-11073-float.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftype-integer.c ftypes: Cleanup code to parse integers 2022-10-10 17:24:52 +00:00
ftype-ipv4.c dfilter: Print CIDR mask for IPv4/IPv6 field types. 2023-01-06 01:15:10 +00:00
ftype-ipv6.c dfilter: Print CIDR mask for IPv4/IPv6 field types. 2023-01-06 01:15:10 +00:00
ftype-none.c dfilter: Fix crash with FT_NONE and arithmetic expressions 2022-07-28 16:50:09 +00:00
ftype-protocol.c dfilter: Tweak representation for length-1 byte array 2023-01-02 02:54:38 +00:00
ftype-string.c ftypes: Do not sanitize strings for UTF-8 errors 2022-10-26 16:23:55 +01:00
ftype-time.c dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00
ftypes-int.h dfilter: Tweak representation for length-1 byte array 2023-01-02 02:54:38 +00:00
ftypes.c dfilter: Fix crash with FT_NONE and arithmetic expressions 2022-07-28 16:50:09 +00:00
ftypes.h dfilter: Improve compatibility of integer types 2022-07-14 20:12:30 +00:00