Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
urls.h
Go to the documentation of this file.
1
13#define WS_HOME_PAGE_URL "https://www.wireshark.org"
14#define WS_DOWNLOAD_URL "https://www.wireshark.org/download.html"
15#define WS_DOCS_URL "https://www.wireshark.org/docs/"
16#define WS_FAQ_URL "https://www.wireshark.org/faq.html"
17#define WS_Q_AND_A_URL "https://ask.wireshark.org"
18#define WS_WIKI_HOME_URL "https://wiki.wireshark.org"
19
20#define SS_HOME_PAGE_URL "https://stratoshark.org"
21#define SS_DOWNLOAD_URL "https://stratoshark.org"
22#define SS_WIKI_HOME_URL "https://wiki.wireshark.org/stratoshark"
23
24
25/*
26 * Construct a wiki URL given the path to the wiki page.
27 */
28#define WS_WIKI_URL(path) WS_WIKI_HOME_URL "/" path