![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
void | software_update_init (void) |
void | software_update_check (void) |
void | software_update_cleanup (void) |
const char * | software_update_info (void) |
Wrappers and routines to check for software updates.
Wireshark - Network traffic analyzer By Gerald Combs geral Copyright 1998 Gerald Combs d@wi resha rk.o rg
SPDX-License-Identifier: GPL-2.0-or-later
Automatic update routines.
Routines that integrate with WinSparkle on Windows and Sparkle on macOS.
void software_update_check | ( | void | ) |
Force a software update check.
Does nothing on platforms that don't support software updates.
Force a software update check.
void software_update_cleanup | ( | void | ) |
Clean up software update checking.
Does nothing on platforms that don't support software updates.
Clean up software update checking.
const char* software_update_info | ( | void | ) |
Fetch a description of the software update mechanism.
void software_update_init | ( | void | ) |
Initialize software updates.
Does nothing on platforms that don't support software updates.
Initialize software updates.