Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
software_update.h File Reference

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)
 

Detailed Description

Wrappers and routines to check for software updates.

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

Automatic update routines.

Routines that integrate with WinSparkle on Windows and Sparkle on macOS.

Function Documentation

◆ software_update_check()

void software_update_check ( void  )
extern

Force a software update check.

Does nothing on platforms that don't support software updates.

Force a software update check.

◆ software_update_cleanup()

void software_update_cleanup ( void  )
extern

Clean up software update checking.

Does nothing on platforms that don't support software updates.

Clean up software update checking.

◆ software_update_info()

const char * software_update_info ( void  )
extern

Fetch a description of the software update mechanism.

Returns
NULL, "Sparkle", or "WinSparkle".

◆ software_update_init()

void software_update_init ( void  )
extern

Initialize software updates.

Does nothing on platforms that don't support software updates.

Initialize software updates.