|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include <wsutil/feature_list.h>Go to the source code of this file.
Functions | |
| void | gather_caplibs_compile_info (feature_list l) |
| Append to a GString an indication of the version of capture libraries with which we're running, or an indication that we're not running with capture libraries if we were compiled with WinPcap or Npcap but WinPcap/Npcap wasn't loaded, or nothing if we weren't compiled with libpcap/WinPcap/Npcap. | |
| void | gather_caplibs_runtime_info (feature_list l) |
| Append runtime capture‑library version information to a feature list. | |
Utility definitions for packet capture
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
|
extern |
Append to a GString an indication of the version of capture libraries with which we're running, or an indication that we're not running with capture libraries if we were compiled with WinPcap or Npcap but WinPcap/Npcap wasn't loaded, or nothing if we weren't compiled with libpcap/WinPcap/Npcap.
| l | Feature list to which the information will be appended. |
|
extern |
Append runtime capture‑library version information to a feature list.
Append to a GString an indication of the version of capture libraries with which we're running, or an indication that we're not running with capture libraries, if we were compiled with WinPcap or Npcap but WinPcap/Npcap wasn't loaded, or nothing, if we weren't compiled with libpcap/WinPcap/Npcap.
| l | The feature list to which the runtime information is appended. |