Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
interface.h
Go to the documentation of this file.
1
13#ifndef _INTERFACE_H
14#define _INTERFACE_H
15
16#include <glib.h>
17#include "ws_symbol_export.h"
18
28WS_DLL_PUBLIC
29GSList* local_interfaces_to_list(void);
30
31#endif
32
33/*
34 * Editor modelines - https://www.wireshark.org/tools/modelines.html
35 *
36 * Local variables:
37 * c-basic-offset: 4
38 * tab-width: 8
39 * indent-tabs-mode: t
40 * End:
41 *
42 * vi: set shiftwidth=4 tabstop=8 noexpandtab:
43 * :indentSize=4:tabSize=8:noTabs=false:
44 */
WS_DLL_PUBLIC GSList * local_interfaces_to_list(void)
Retrieves a list of local network interface IP addresses.
Definition interface.c:149