Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tap-aggregation.h
1/* tap-aggregation.h
2 * Definitions and functions for tap aggregation
3 * By Hamdi Miladi <[email protected]>
4 * Copyright 2025 Hamdi Miladi
5 *
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <[email protected]>
8 * Copyright 1998 Gerald Combs
9 *
10 * SPDX-License-Identifier: GPL-2.0-or-later
11 */
12
13#ifndef __TAP_AGGREGATION_H__
14#define __TAP_AGGREGATION_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
28bool register_tap_listener_aggregation(void);
29
30#ifdef __cplusplus
31}
32#endif /* __cplusplus */
33
34#endif /* __TAP_AGGREGATION_H__ */