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

Go to the source code of this file.

Functions

void failure_alert_box (const char *msg_format,...) G_GNUC_PRINTF(1
 
void void vfailure_alert_box (const char *msg_format, va_list ap)
 
void vwarning_alert_box (const char *msg_format, va_list ap)
 
void cfile_open_failure_alert_box (const char *filename, int err, char *err_info)
 
void cfile_dump_open_failure_alert_box (const char *filename, int err, char *err_info, int file_type_subtype)
 
void cfile_read_failure_alert_box (const char *filename, int err, char *err_info)
 
void cfile_write_failure_alert_box (const char *in_filename, const char *out_filename, int err, char *err_info, uint64_t framenum, int file_type_subtype)
 
void cfile_close_failure_alert_box (const char *filename, int err, char *err_info)
 
void open_failure_alert_box (const char *filename, int err, bool for_writing)
 
void read_failure_alert_box (const char *filename, int err)
 
void write_failure_alert_box (const char *filename, int err)
 
void rename_failure_alert_box (const char *old_filename, const char *new_filename, int err)
 
void init_report_alert_box (const char *friendly_program_name)
 

Detailed Description

Routines to put up various "standard" alert boxes used in multiple places

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