Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <ws_attributes.h>
Go to the source code of this file.
Functions | |
WS_RETNONNULL char * | user_guide_url (const char *page) |
WS_RETNONNULL char * | topic_action_url (topic_action_e action) |
void | topic_action (topic_action_e topic) |
Some content from gtk/help_dlg.h by Laurent Deniel laure.nosp@m.nt.d.nosp@m.eniel.nosp@m.@fre.nosp@m.e.fr
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 2000 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later*
"Help" URLs.
void topic_action | ( | topic_action_e | topic | ) |
Open a specific topic (create a "Help" dialog box or open a webpage).
topic | the topic to display |
WS_RETNONNULL char * topic_action_url | ( | topic_action_e | action | ) |
Given a topic action return its URL. If the attempt fails NULL will be returned.
action | Topic action. |
WS_RETNONNULL char * user_guide_url | ( | const char * | page | ) |
Given a page in the Wireshark User's Guide return its URL. Returns a URL to a local file if present, or to the online guide if the local file is unavailable.
page | A page in the User's Guide. |