2 * Utility functions to get infos from interfaces
4 * Copyright 2016, Dario Lombardo
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
17 #include "ws_symbol_export.h"
19 /* Return a list of IPv4/IPv6 addresses for local interfaces */
21 GSList
* local_interfaces_to_list(void);
26 * Editor modelines - https://www.wireshark.org/tools/modelines.html
34 * vi: set shiftwidth=4 tabstop=8 noexpandtab:
35 * :indentSize=4:tabSize=8:noTabs=false: