LATER... ei_kerberos_kdc_session_key ...
[wireshark-sm.git] / ui / urls.h
blob32ed7cb640d457aaec21a62509dadca8b59441ee
1 /** @file
3 * Define URLs for various Wireshark sites, so that if they move, we only
4 * have to change the URLs here.
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 2000 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
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"
21 * Construct a wiki URL given the path to the wiki page.
23 #define WS_WIKI_URL(path) WS_WIKI_HOME_URL "/" path