Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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/*
21 * Construct a wiki URL given the path to the wiki page.
22 */
23#define WS_WIKI_URL(path) WS_WIKI_HOME_URL "/" path