Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Typedefs | Functions
feature_list.h File Reference
#include <glib.h>
#include "ws_symbol_export.h"

Go to the source code of this file.

Typedefs

typedef GList ** feature_list
 
typedef void(* gather_feature_func) (feature_list l)
 

Functions

WS_DLL_PUBLIC void with_feature (feature_list l, const char *fmt,...) G_GNUC_PRINTF(2
 
WS_DLL_PUBLIC void WS_DLL_PUBLIC void without_feature (feature_list l, const char *fmt,...) G_GNUC_PRINTF(2
 
WS_DLL_PUBLIC void WS_DLL_PUBLIC void WS_DLL_PUBLIC void sort_features (feature_list l)
 
WS_DLL_PUBLIC void free_features (feature_list l)
 

Detailed Description

Declarations of routines for gathering and handling lists of present/absent features (usually actually dependencies)

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later