/* tap-aggregation.h * Definitions and functions for tap aggregation * By Hamdi Miladi * Copyright 2025 Hamdi Miladi * * Wireshark - Network traffic analyzer * By Gerald Combs * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __TAP_AGGREGATION_H__ #define __TAP_AGGREGATION_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ bool register_tap_listener_aggregation(void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __TAP_AGGREGATION_H__ */