forked from osmocom/wireshark
Convert Gerrit URLs to GitLab.
Convert various code.wireshark.org URLs to their gitlab.com/wireshark/wireshark equivalents. Change-Id: I0150d1bd14208eb451a7de818dce6573363b1d27osmith/wip
parent
ab4ef189ae
commit
97dcaf97fc
|
@ -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
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue