From 97dcaf97fc19510548aff917b30e956bb5fd3204 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 17 Aug 2020 10:30:30 -0700 Subject: [PATCH] Convert Gerrit URLs to GitLab. Convert various code.wireshark.org URLs to their gitlab.com/wireshark/wireshark equivalents. Change-Id: I0150d1bd14208eb451a7de818dce6573363b1d27 --- doc/udpdump.pod | 2 +- epan/print.c | 2 +- epan/proto.c | 4 ---- manuf.tmpl | 2 +- tools/make-version.pl | 2 +- 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, "\n"); fprintf(fh, "\n"); - fprintf(fh, "\n", get_datafile_dir()); + fprintf(fh, "\n", get_datafile_dir()); fprintf(fh, "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) {