aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-02 19:17:00 -0700
committerGuy Harris <gharris@sonic.net>2020-10-02 20:13:42 -0700
commite013c5ec7f175f4e12f20f201d639e64609960de (patch)
tree4eab00bd869dc44e1898e228d5fdcc42db2d8417 /epan/proto.h
parent22e7ddb63789ff603641be116ee24834ca7631f9 (diff)
Clean up URLs.
Add ui/urls.h to define some URLs on various of our websites. Use the GitLab URL for the wiki. Add a macro to generate wiki URLs. Update wiki URLs in comments etc. Use the #defined URL for the docs page in WelcomePage::on_helpLabel_clicked; that removes the last user of topic_online_url(), so get rid of it and swallow it up into topic_action_url().
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index a4c59e148c..655a1e938f 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -904,7 +904,10 @@ typedef proto_node proto_item;
/** The protocol field has been deprecated, usually PI_NOTE severity */
#define PI_DEPRECATED 0x0e000000
-/* add more, see https://wiki.wireshark.org/Development/ExpertInfo */
+/*
+ * add more, see
+ * https://gitlab.com/wireshark/wireshark/-/wikis/Development/ExpertInfo
+ */
/** Retrieve the field_info from a proto_node */
#define PNODE_FINFO(proto_node) ((proto_node)->finfo)