You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add standardized feature set properties to Pcap++ target. (#2136)
* Add standardized feature set properties to Pcap++ target.
The feature set options follow the pattern `PCPP_HAS_XXX_SUPPORT`, with XXX being the target feature set.
Currently if a feature set is active the cmake Pcap++ target will have a property with the corresponding name set to a truthy value
and a corresponding compile time definition will be added to the compilation.
This should allow consumers of the library to query the target at for features both at configure time and compile time.
* Lint
* Lint fixups.
* Remove file support which is always true.
0 commit comments