Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
please_report_bug.h File Reference
#include "ws_symbol_export.h"

Go to the source code of this file.

Functions

WS_DLL_PUBLIC const char * please_report_bug (void)
 Returns a long bug report message.
 
WS_DLL_PUBLIC const char * please_report_bug_short (void)
 Returns a short bug report message.
 

Detailed Description

Declarations of routines returning strings to use when reporting a bug. They ask the user to report a bug to the Wireshark developers.

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

Function Documentation

◆ please_report_bug()

WS_DLL_PUBLIC const char * please_report_bug ( void  )

Returns a long bug report message.

Provides a detailed message encouraging users to report unexpected behavior. Intended for use in alert dialogs, logs, or printed output.

Returns
A pointer to a static string containing the full bug report message.

◆ please_report_bug_short()

WS_DLL_PUBLIC const char * please_report_bug_short ( void  )

Returns a short bug report message.

Provides a concise message suitable for status bars or compact UI elements.

Returns
A pointer to a static string containing the short bug report message.