aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-08-17 10:30:30 -0700
committerGerald Combs <gerald@wireshark.org>2020-08-24 23:31:32 +0000
commit97dcaf97fc19510548aff917b30e956bb5fd3204 (patch)
tree5b279c062af8207aec2298f8006ecdf4bdc219bd
parentab4ef189ae2009cf9147d967867acff76984d269 (diff)
Convert Gerrit URLs to GitLab.
Convert various code.wireshark.org URLs to their gitlab.com/wireshark/wireshark equivalents. Change-Id: I0150d1bd14208eb451a7de818dce6573363b1d27
-rw-r--r--doc/udpdump.pod2
-rw-r--r--epan/print.c2
-rw-r--r--epan/proto.c4
-rw-r--r--manuf.tmpl2
-rwxr-xr-xtools/make-version.pl2
5 files changed, 4 insertions, 8 deletions
diff --git a/doc/udpdump.pod b/doc/udpdump.pod
index 5e13ae0fc3..279e862f21 100644
--- a/doc/udpdump.pod
+++ b/doc/udpdump.pod
@@ -29,7 +29,7 @@ any source (like Aruba routers) and exports them in PCAP format. This provides t
functionalities: the first one is to have a listener that prevents the localhost to send back an ICMP
port-unreachable packet. The second one is to strip out the lower layers (layer 2, IP, UDP) that are useless
(are used just as export vector). The format of the exported datagrams are EXPORTED_PDU, as specified in
-https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob;f=epan/exported_pdu.h;hb=refs/heads/master
+https://gitlab.com/wireshark/wireshark/-/raw/master/epan/exported_pdu.h
=head1 OPTIONS
diff --git a/epan/print.c b/epan/print.c
index 9d24da07a2..e2b7392d1e 100644
--- a/epan/print.c
+++ b/epan/print.c
@@ -267,7 +267,7 @@ write_pdml_preamble(FILE *fh, const gchar *filename)
fprintf(fh, "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
fprintf(fh, "<?xml-stylesheet type=\"text/xsl\" href=\"" PDML2HTML_XSL "\"?>\n");
- fprintf(fh, "<!-- You can find " PDML2HTML_XSL " in %s or at https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=" PDML2HTML_XSL ". -->\n", get_datafile_dir());
+ fprintf(fh, "<!-- You can find " PDML2HTML_XSL " in %s or at https://gitlab.com/wireshark/wireshark/-/raw/master/" PDML2HTML_XSL ". -->\n", get_datafile_dir());
fprintf(fh, "<pdml version=\"" PDML_VERSION "\" creator=\"%s/%s\" time=\"%s\" capture_file=\"", PACKAGE, VERSION, ts);
if (filename) {
/* \todo filename should be converted to UTF-8. */
diff --git a/epan/proto.c b/epan/proto.c
index 5895a831ce..b35c104a83 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -7012,10 +7012,6 @@ void
proto_tree_move_item(proto_tree *tree, proto_item *fixed_item,
proto_item *item_to_move)
{
-
- /* Revert part of: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00c05ed3fdfa9287422e6e1fc9bd6ea8b31ca4ee
- * See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5500
- */
/* This function doesn't generate any values. It only reorganizes the prococol tree
* so we can bail out immediately if it isn't visible. */
if (!tree || !PTREE_DATA(tree)->visible)
diff --git a/manuf.tmpl b/manuf.tmpl
index a9277dd96d..2a5ea11306 100644
--- a/manuf.tmpl
+++ b/manuf.tmpl
@@ -38,7 +38,7 @@
# or "." can be used to separate the octets.
#
# You can get the latest version of this file from
-# https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf;hb=HEAD
+# https://gitlab.com/wireshark/wireshark/-/raw/master/manuf
00:00:00 00:00:00 Officially Xerox, but 0:0:0:0:0:0 is more common
diff --git a/tools/make-version.pl b/tools/make-version.pl
index 6eac5f7844..2e19ad2630 100755
--- a/tools/make-version.pl
+++ b/tools/make-version.pl
@@ -166,7 +166,7 @@ sub read_repo_info {
# Where git show-ref --tags -d | grep v3.3.0 | grep '{}'
# beb1fee6586725bd37651b8a73a1ef51888e99be refs/tags/v3.3.0rc0^{}
#
- # Refs: git ls-remote code.wireshark.org:wireshark | head -n1
+ # Refs: git ls-remote https://gitlab.com/wireshark/wireshark.git | head -n1
# efd7cb38e67cbfd3333a8c2fd4bc47aaec4ba83c HEAD
if ($git_archive_commit) {