Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
version_info.h File Reference
#include <glib.h>
#include <wsutil/feature_list.h>

Go to the source code of this file.

Functions

WS_DLL_PUBLIC void ws_init_version_info (const char *appname, gather_feature_func gather_compile, gather_feature_func gather_runtime)
 
WS_DLL_PUBLIC const char * get_appname_and_version (void)
 
WS_DLL_PUBLIC void gather_pcre2_compile_info (feature_list l)
 
WS_DLL_PUBLIC void gather_zlib_compile_info (feature_list l)
 
WS_DLL_PUBLIC void gather_zlib_ng_compile_info (feature_list l)
 
WS_DLL_PUBLIC GString * get_compiled_version_info (gather_feature_func gather_compile)
 
WS_DLL_PUBLIC void gather_pcre2_runtime_info (feature_list l)
 
WS_DLL_PUBLIC void gather_zlib_runtime_info (feature_list l)
 
WS_DLL_PUBLIC GString * get_runtime_version_info (gather_feature_func gather_runtime)
 
WS_DLL_PUBLIC const char * get_ws_vcs_version_info (void)
 
WS_DLL_PUBLIC const char * get_ss_vcs_version_info (void)
 
WS_DLL_PUBLIC const char * get_ws_vcs_version_info_short (void)
 
WS_DLL_PUBLIC void get_ws_version_number (int *major, int *minor, int *micro)
 
WS_DLL_PUBLIC void show_version (void)
 
WS_DLL_PUBLIC void show_help_header (const char *description)
 
WS_DLL_PUBLIC const char * get_copyright_info (void)
 
WS_DLL_PUBLIC const char * get_license_info (void)
 
WS_DLL_PUBLIC const char * get_license_info_short (void)
 

Detailed Description

Declarations of routines to report version information for Wireshark programs

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