use crateConnection;
use crateFilterOptions;
/// Retrieves all TCP/UDP network connections based on the current operating system (Linux or macOS).
///
/// # Arguments
/// * `filter_options`: The filter options provided by the user.
///
/// # Returns
/// All processed and filtered TCP/UDP connections as a `Connection` struct in a vector.