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
The backend for parsing / crafting PcapNG files can be compiled with integrated ZST compression support. Currently while we do support that, we have no way to indicate if the backend is compiled with that support enabled after build.
As the backend is baked into the library, it would be nice to have a compile time constant that indicates if Zst support is available to enable early detection and error reporting if compression options are used without backend support.