|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#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. | |
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
| 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.
| 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.