diff --git a/INSTALL b/INSTALL index 1ac660efb7..f0bcc43575 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -See also https://wiki.wireshark.org/Development. +See also https://gitlab.com/wireshark/wireshark/-/wikis/Development. Installation ============ diff --git a/debian/README.Debian b/debian/README.Debian index eb553d7da9..f52ffe65bd 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -85,10 +85,10 @@ II. Installing SNMP MIBs from RFC authors [5]. - [1] https://wiki.wireshark.org/Development/PrivilegeSeparation - [2] https://wiki.wireshark.org/CaptureSetup/CapturePrivileges + [1] https://gitlab.com/wireshark/wireshark/-/wikis/Development/PrivilegeSeparation + [2] https://gitlab.com/wireshark/wireshark/-/wikis/CaptureSetup/CapturePrivileges [3] https://blog.wireshark.org/2010/02/running-wireshark-as-you - [4] https://wiki.wireshark.org/SNMP + [4] https://gitlab.com/wireshark/wireshark/-/wikis/SNMP [5] https://wiki.debian.org/NonFreeIETFDocuments [6] https://www.debian.org/doc/debian-policy/ch-archive.html#s-non-free [7] https://www.debian.org/doc/debian-policy/ch-archive.html#s-main diff --git a/dumpcap.c b/dumpcap.c index 7d3a88013f..c843ddb631 100644 --- a/dumpcap.c +++ b/dumpcap.c @@ -3282,7 +3282,7 @@ capture_loop_dispatch(loop_data *ld, /* * WinPcap's remote capturing feature doesn't work with pcap_dispatch(), - * see https://wiki.wireshark.org/CaptureSetup/WinPcapRemote + * see https://gitlab.com/wireshark/wireshark/-/wikis/CaptureSetup/WinPcapRemote * This should be fixed in the WinPcap 4.0 alpha release. * * For reference, an example remote interface: diff --git a/epan/dissectors/asn1/atn-ulcs/atn-ulcs.asn b/epan/dissectors/asn1/atn-ulcs/atn-ulcs.asn index eea68b5592..de9b94e604 100644 --- a/epan/dissectors/asn1/atn-ulcs/atn-ulcs.asn +++ b/epan/dissectors/asn1/atn-ulcs/atn-ulcs.asn @@ -275,7 +275,7 @@ Application-context-name ::= OBJECT IDENTIFIER -- Application-entity title productions follow (not in alphabetical order) -- *************************************************************************** -- MG: asn2wrs cannot handle untagged CHOICEs within either a SET or a SEQUENCE. --- https://wiki.wireshark.org/Asn2wrs_Handmassaging_the_ASN_file +-- https://gitlab.com/wireshark/wireshark/-/wikis/Asn2wrs_Handmassaging_the_ASN_file AP-title ::= CHOICE { -- ATN: See encoding guidance in 2.5.11 -- "form2" is encoded as 0 and "form1" as 1 ap-title-form2 [0] IMPLICIT AP-title-form2, -- Object Identifier form diff --git a/epan/dissectors/packet-dcerpc-atsvc.c b/epan/dissectors/packet-dcerpc-atsvc.c index a3ae39b63d..908c7ba370 100644 --- a/epan/dissectors/packet-dcerpc-atsvc.c +++ b/epan/dissectors/packet-dcerpc-atsvc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-atsvc.h b/epan/dissectors/packet-dcerpc-atsvc.h index 71fd13e6ff..f92561cfe7 100644 --- a/epan/dissectors/packet-dcerpc-atsvc.h +++ b/epan/dissectors/packet-dcerpc-atsvc.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_ATSVC_H diff --git a/epan/dissectors/packet-dcerpc-clusapi.c b/epan/dissectors/packet-dcerpc-clusapi.c index fdf3185dae..1c98a7452d 100644 --- a/epan/dissectors/packet-dcerpc-clusapi.c +++ b/epan/dissectors/packet-dcerpc-clusapi.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-clusapi.h b/epan/dissectors/packet-dcerpc-clusapi.h index 3f940cf20c..929cea57a5 100644 --- a/epan/dissectors/packet-dcerpc-clusapi.h +++ b/epan/dissectors/packet-dcerpc-clusapi.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-winreg.h" diff --git a/epan/dissectors/packet-dcerpc-dfs.c b/epan/dissectors/packet-dcerpc-dfs.c index 59cd704c7b..759e173101 100644 --- a/epan/dissectors/packet-dcerpc-dfs.c +++ b/epan/dissectors/packet-dcerpc-dfs.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-dfs.h b/epan/dissectors/packet-dcerpc-dfs.h index 9d9261ac87..849528fa3c 100644 --- a/epan/dissectors/packet-dcerpc-dfs.h +++ b/epan/dissectors/packet-dcerpc-dfs.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_NETDFS_H diff --git a/epan/dissectors/packet-dcerpc-dnsserver.c b/epan/dissectors/packet-dcerpc-dnsserver.c index 91bd7d84b0..603757dd46 100644 --- a/epan/dissectors/packet-dcerpc-dnsserver.c +++ b/epan/dissectors/packet-dcerpc-dnsserver.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-dnsserver.h b/epan/dissectors/packet-dcerpc-dnsserver.h index 33ba20f250..5d38ba56fb 100644 --- a/epan/dissectors/packet-dcerpc-dnsserver.h +++ b/epan/dissectors/packet-dcerpc-dnsserver.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_DNSSERVER_H diff --git a/epan/dissectors/packet-dcerpc-dssetup.c b/epan/dissectors/packet-dcerpc-dssetup.c index 4c6783e308..e56fef59cb 100644 --- a/epan/dissectors/packet-dcerpc-dssetup.c +++ b/epan/dissectors/packet-dcerpc-dssetup.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-dssetup.h b/epan/dissectors/packet-dcerpc-dssetup.h index 9606d1228a..e3ee569f1e 100644 --- a/epan/dissectors/packet-dcerpc-dssetup.h +++ b/epan/dissectors/packet-dcerpc-dssetup.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-misc.h" diff --git a/epan/dissectors/packet-dcerpc-efs.c b/epan/dissectors/packet-dcerpc-efs.c index f01b00ebb4..c6e12d28bd 100644 --- a/epan/dissectors/packet-dcerpc-efs.c +++ b/epan/dissectors/packet-dcerpc-efs.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-efs.h b/epan/dissectors/packet-dcerpc-efs.h index 7338a75c82..0ebad9499e 100644 --- a/epan/dissectors/packet-dcerpc-efs.h +++ b/epan/dissectors/packet-dcerpc-efs.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_EFS_H diff --git a/epan/dissectors/packet-dcerpc-eventlog.c b/epan/dissectors/packet-dcerpc-eventlog.c index cb39f57015..8342ae7874 100644 --- a/epan/dissectors/packet-dcerpc-eventlog.c +++ b/epan/dissectors/packet-dcerpc-eventlog.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-eventlog.h b/epan/dissectors/packet-dcerpc-eventlog.h index b129a6b853..5f1e7e0a8b 100644 --- a/epan/dissectors/packet-dcerpc-eventlog.h +++ b/epan/dissectors/packet-dcerpc-eventlog.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_EVENTLOG_H diff --git a/epan/dissectors/packet-dcerpc-frsrpc.c b/epan/dissectors/packet-dcerpc-frsrpc.c index 967a060d91..5d506f487b 100644 --- a/epan/dissectors/packet-dcerpc-frsrpc.c +++ b/epan/dissectors/packet-dcerpc-frsrpc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-frsrpc.h b/epan/dissectors/packet-dcerpc-frsrpc.h index 7e8cd4e9f5..c12148de66 100644 --- a/epan/dissectors/packet-dcerpc-frsrpc.h +++ b/epan/dissectors/packet-dcerpc-frsrpc.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-misc.h" diff --git a/epan/dissectors/packet-dcerpc-frstrans.c b/epan/dissectors/packet-dcerpc-frstrans.c index a4e497ce7c..e31358535c 100644 --- a/epan/dissectors/packet-dcerpc-frstrans.c +++ b/epan/dissectors/packet-dcerpc-frstrans.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-frstrans.h b/epan/dissectors/packet-dcerpc-frstrans.h index 1896e9322e..4ad64198a3 100644 --- a/epan/dissectors/packet-dcerpc-frstrans.h +++ b/epan/dissectors/packet-dcerpc-frstrans.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_FRSTRANS_H diff --git a/epan/dissectors/packet-dcerpc-fsrvp.c b/epan/dissectors/packet-dcerpc-fsrvp.c index 855c1de5fa..decb2160a7 100644 --- a/epan/dissectors/packet-dcerpc-fsrvp.c +++ b/epan/dissectors/packet-dcerpc-fsrvp.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-fsrvp.h b/epan/dissectors/packet-dcerpc-fsrvp.h index 6f4d281510..a1ccfad1f5 100644 --- a/epan/dissectors/packet-dcerpc-fsrvp.h +++ b/epan/dissectors/packet-dcerpc-fsrvp.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_FSRVP_H diff --git a/epan/dissectors/packet-dcerpc-initshutdown.c b/epan/dissectors/packet-dcerpc-initshutdown.c index 21ac2e9881..3478a7b51b 100644 --- a/epan/dissectors/packet-dcerpc-initshutdown.c +++ b/epan/dissectors/packet-dcerpc-initshutdown.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-initshutdown.h b/epan/dissectors/packet-dcerpc-initshutdown.h index e2adb25be0..e66e493bd2 100644 --- a/epan/dissectors/packet-dcerpc-initshutdown.h +++ b/epan/dissectors/packet-dcerpc-initshutdown.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-lsa.h" diff --git a/epan/dissectors/packet-dcerpc-lsa.c b/epan/dissectors/packet-dcerpc-lsa.c index d1868f9c98..e631a7307b 100644 --- a/epan/dissectors/packet-dcerpc-lsa.c +++ b/epan/dissectors/packet-dcerpc-lsa.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-lsa.h b/epan/dissectors/packet-dcerpc-lsa.h index d3f4e35f8d..12dc225117 100644 --- a/epan/dissectors/packet-dcerpc-lsa.h +++ b/epan/dissectors/packet-dcerpc-lsa.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_LSARPC_H diff --git a/epan/dissectors/packet-dcerpc-mapi.c b/epan/dissectors/packet-dcerpc-mapi.c index 1f8e818cfc..bb340526b0 100644 --- a/epan/dissectors/packet-dcerpc-mapi.c +++ b/epan/dissectors/packet-dcerpc-mapi.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-mapi.h b/epan/dissectors/packet-dcerpc-mapi.h index 9972746091..643916d2b5 100644 --- a/epan/dissectors/packet-dcerpc-mapi.h +++ b/epan/dissectors/packet-dcerpc-mapi.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_MAPI_H diff --git a/epan/dissectors/packet-dcerpc-mdssvc.c b/epan/dissectors/packet-dcerpc-mdssvc.c index dd9bad17fa..581f652068 100644 --- a/epan/dissectors/packet-dcerpc-mdssvc.c +++ b/epan/dissectors/packet-dcerpc-mdssvc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-mdssvc.h b/epan/dissectors/packet-dcerpc-mdssvc.h index ef4f6baf03..a8155367e7 100644 --- a/epan/dissectors/packet-dcerpc-mdssvc.h +++ b/epan/dissectors/packet-dcerpc-mdssvc.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-misc.h" diff --git a/epan/dissectors/packet-dcerpc-misc.c b/epan/dissectors/packet-dcerpc-misc.c index b1ab5e5970..2c723b2edb 100644 --- a/epan/dissectors/packet-dcerpc-misc.c +++ b/epan/dissectors/packet-dcerpc-misc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-misc.h b/epan/dissectors/packet-dcerpc-misc.h index 8cac3eed9b..672621ed32 100644 --- a/epan/dissectors/packet-dcerpc-misc.h +++ b/epan/dissectors/packet-dcerpc-misc.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_MISC_H diff --git a/epan/dissectors/packet-dcerpc-nspi.c b/epan/dissectors/packet-dcerpc-nspi.c index eebeeb209a..41c0439894 100644 --- a/epan/dissectors/packet-dcerpc-nspi.c +++ b/epan/dissectors/packet-dcerpc-nspi.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-nspi.h b/epan/dissectors/packet-dcerpc-nspi.h index 03c352bbf7..5bd2486202 100644 --- a/epan/dissectors/packet-dcerpc-nspi.h +++ b/epan/dissectors/packet-dcerpc-nspi.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_NSPI_H diff --git a/epan/dissectors/packet-dcerpc-rfr.c b/epan/dissectors/packet-dcerpc-rfr.c index ce908c475f..6cbd52d80d 100644 --- a/epan/dissectors/packet-dcerpc-rfr.c +++ b/epan/dissectors/packet-dcerpc-rfr.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-rfr.h b/epan/dissectors/packet-dcerpc-rfr.h index 4071fb4bb8..305cafa7a6 100644 --- a/epan/dissectors/packet-dcerpc-rfr.h +++ b/epan/dissectors/packet-dcerpc-rfr.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_RFR_H diff --git a/epan/dissectors/packet-dcerpc-samr.c b/epan/dissectors/packet-dcerpc-samr.c index 099b1be893..c257e51300 100644 --- a/epan/dissectors/packet-dcerpc-samr.c +++ b/epan/dissectors/packet-dcerpc-samr.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-samr.h b/epan/dissectors/packet-dcerpc-samr.h index 003f5504bd..b591a1d391 100644 --- a/epan/dissectors/packet-dcerpc-samr.h +++ b/epan/dissectors/packet-dcerpc-samr.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_SAMR_H diff --git a/epan/dissectors/packet-dcerpc-srvsvc.c b/epan/dissectors/packet-dcerpc-srvsvc.c index 903ac4b799..7f47bdd3b1 100644 --- a/epan/dissectors/packet-dcerpc-srvsvc.c +++ b/epan/dissectors/packet-dcerpc-srvsvc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-srvsvc.h b/epan/dissectors/packet-dcerpc-srvsvc.h index 855143676a..fb516bc6a0 100644 --- a/epan/dissectors/packet-dcerpc-srvsvc.h +++ b/epan/dissectors/packet-dcerpc-srvsvc.h @@ -7,7 +7,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-winreg.c b/epan/dissectors/packet-dcerpc-winreg.c index a6a3c64671..e313087467 100644 --- a/epan/dissectors/packet-dcerpc-winreg.c +++ b/epan/dissectors/packet-dcerpc-winreg.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-winreg.h b/epan/dissectors/packet-dcerpc-winreg.h index ed7614517b..c47622a4bd 100644 --- a/epan/dissectors/packet-dcerpc-winreg.h +++ b/epan/dissectors/packet-dcerpc-winreg.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-misc.h" diff --git a/epan/dissectors/packet-dcerpc-winspool.c b/epan/dissectors/packet-dcerpc-winspool.c index 8b44db8266..53e77065fc 100644 --- a/epan/dissectors/packet-dcerpc-winspool.c +++ b/epan/dissectors/packet-dcerpc-winspool.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-winspool.h b/epan/dissectors/packet-dcerpc-winspool.h index 0d8a8a0847..c1a40966ed 100644 --- a/epan/dissectors/packet-dcerpc-winspool.h +++ b/epan/dissectors/packet-dcerpc-winspool.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-misc.h" diff --git a/epan/dissectors/packet-dcerpc-witness.c b/epan/dissectors/packet-dcerpc-witness.c index 821ec951c1..e7a1275f7d 100644 --- a/epan/dissectors/packet-dcerpc-witness.c +++ b/epan/dissectors/packet-dcerpc-witness.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-witness.h b/epan/dissectors/packet-dcerpc-witness.h index eadbda7aca..37dd54858e 100644 --- a/epan/dissectors/packet-dcerpc-witness.h +++ b/epan/dissectors/packet-dcerpc-witness.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #include "packet-dcerpc-misc.h" diff --git a/epan/dissectors/packet-dcerpc-wkssvc.c b/epan/dissectors/packet-dcerpc-wkssvc.c index 0b248cfe62..8221ee1503 100644 --- a/epan/dissectors/packet-dcerpc-wkssvc.c +++ b/epan/dissectors/packet-dcerpc-wkssvc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-wkssvc.h b/epan/dissectors/packet-dcerpc-wkssvc.h index c10801b61d..da85a2ad88 100644 --- a/epan/dissectors/packet-dcerpc-wkssvc.h +++ b/epan/dissectors/packet-dcerpc-wkssvc.h @@ -7,7 +7,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-wzcsvc.c b/epan/dissectors/packet-dcerpc-wzcsvc.c index 8c2df1c23c..85e0a149f5 100644 --- a/epan/dissectors/packet-dcerpc-wzcsvc.c +++ b/epan/dissectors/packet-dcerpc-wzcsvc.c @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ diff --git a/epan/dissectors/packet-dcerpc-wzcsvc.h b/epan/dissectors/packet-dcerpc-wzcsvc.h index 634cdc55e3..e6be08f58f 100644 --- a/epan/dissectors/packet-dcerpc-wzcsvc.h +++ b/epan/dissectors/packet-dcerpc-wzcsvc.h @@ -5,7 +5,7 @@ Pidl is a perl based IDL compiler for DCE/RPC idl files. It is maintained by the Samba team, not the Wireshark team. Instructions on how to download and install Pidl can be - found at https://wiki.wireshark.org/Pidl + found at https://gitlab.com/wireshark/wireshark/-/wikis/Pidl */ #ifndef __PACKET_DCERPC_WZCSVC_H diff --git a/epan/dissectors/packet-dvbci.c b/epan/dissectors/packet-dvbci.c index 83a5d0336f..4536d7c007 100644 --- a/epan/dissectors/packet-dvbci.c +++ b/epan/dissectors/packet-dvbci.c @@ -11,7 +11,7 @@ /* This dissector supports DVB-CI as defined in EN50221 and * CI+ (www.ci-plus.com). - * For more details, see https://wiki.wireshark.org/DVB-CI. + * For more details, see https://gitlab.com/wireshark/wireshark/-/wikis/DVB-CI. * * The pcap input format for this dissector is documented at * http://www.kaiser.cx/pcap-dvbci.html. diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h index 2b6e7576a0..eadbce2ffd 100644 --- a/epan/dissectors/packet-mac-lte.h +++ b/epan/dissectors/packet-mac-lte.h @@ -216,19 +216,19 @@ typedef struct mac_lte_tap_info { /* Accessor function to check if a frame was considered to be ReTx */ int is_mac_lte_frame_retx(packet_info *pinfo, guint8 direction); -/*****************************************************************/ -/* UDP framing format */ -/* ----------------------- */ -/* Several people have asked about dissecting MAC by framing */ -/* PDUs over IP. A suggested format over UDP has been created */ -/* and implemented by this dissector, using the definitions */ -/* below. A link to an example program showing you how to encode */ -/* these headers and send LTE MAC PDUs on a UDP socket is */ -/* provided at https://wiki.wireshark.org/MAC-LTE */ -/* */ -/* A heuristic dissector (enabled by a preference) will */ -/* recognise a signature at the beginning of these frames. */ -/*****************************************************************/ +/**********************************************************************/ +/* UDP framing format */ +/* ----------------------- */ +/* Several people have asked about dissecting MAC by framing */ +/* PDUs over IP. A suggested format over UDP has been created */ +/* and implemented by this dissector, using the definitions */ +/* below. A link to an example program showing you how to encode */ +/* these headers and send LTE MAC PDUs on a UDP socket is */ +/* provided at https://gitlab.com/wireshark/wireshark/-/wikis/MAC-LTE */ +/* */ +/* A heuristic dissector (enabled by a preference) will */ +/* recognise a signature at the beginning of these frames. */ +/**********************************************************************/ /* Signature. Rather than try to define a port for this, or make the diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h index 0d00383008..2d43cdadf3 100644 --- a/epan/dissectors/packet-pdcp-lte.h +++ b/epan/dissectors/packet-pdcp-lte.h @@ -88,21 +88,21 @@ typedef struct pdcp_lte_info -/*****************************************************************/ -/* UDP framing format */ -/* ----------------------- */ -/* Several people have asked about dissecting PDCP by framing */ -/* PDUs over IP. A suggested format over UDP has been defined */ -/* and implemented by this dissector, using the definitions */ -/* below. A link to an example program showing you how to encode */ -/* these headers and send LTE PDCP PDUs on a UDP socket is */ -/* provided at https://wiki.wireshark.org/PDCP-LTE */ -/* */ -/* A heuristic dissecter (enabled by a preference) will */ -/* recognise a signature at the beginning of these frames. */ -/* Until someone is using this format, suggestions for changes */ -/* are welcome. */ -/*****************************************************************/ +/***********************************************************************/ +/* UDP framing format */ +/* ----------------------- */ +/* Several people have asked about dissecting PDCP by framing */ +/* PDUs over IP. A suggested format over UDP has been defined */ +/* and implemented by this dissector, using the definitions */ +/* below. A link to an example program showing you how to encode */ +/* these headers and send LTE PDCP PDUs on a UDP socket is */ +/* provided at https://gitlab.com/wireshark/wireshark/-/wikis/PDCP-LTE */ +/* */ +/* A heuristic dissecter (enabled by a preference) will */ +/* recognise a signature at the beginning of these frames. */ +/* Until someone is using this format, suggestions for changes */ +/* are welcome. */ +/***********************************************************************/ /* Signature. Rather than try to define a port for this, or make the diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c index 0a8ebd0c5f..a38790e7fe 100644 --- a/epan/dissectors/packet-ppp.c +++ b/epan/dissectors/packet-ppp.c @@ -6014,7 +6014,7 @@ dissect_ppp_raw_hdlc( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* * matching first before calling dissect_ppp_raw_hdlc(). Otherwise, if we call * it directly for USB captures, some captures like the following will not be * dissected correctly: - * https://wiki.wireshark.org/SampleCaptures#head-886e340c31ca977f321c921f81cbec4c21bb7738 + * https://gitlab.com/wireshark/wireshark/-/wikis/SampleCaptures#head-886e340c31ca977f321c921f81cbec4c21bb7738 */ static gboolean dissect_ppp_usb( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_ ) diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h index 0d81b45c8c..22b0350cef 100644 --- a/epan/dissectors/packet-rlc-lte.h +++ b/epan/dissectors/packet-rlc-lte.h @@ -93,21 +93,21 @@ void set_rlc_lte_drb_pdcp_seqnum_length(packet_info *pinfo, guint16 ueid, guint8 /* Configure LI field for AM DRB channels. */ void set_rlc_lte_drb_li_field(packet_info *pinfo, guint16 ueid, guint8 drbid, gboolean ul_ext_li_field, gboolean dl_ext_li_field); -/*****************************************************************/ -/* UDP framing format */ -/* ----------------------- */ -/* Several people have asked about dissecting RLC by framing */ -/* PDUs over IP. A suggested format over UDP has been defined */ -/* and implemented by this dissector, using the definitions */ -/* below. A link to an example program showing you how to encode */ -/* these headers and send LTE RLC PDUs on a UDP socket is */ -/* provided at https://wiki.wireshark.org/RLC-LTE */ -/* */ -/* A heuristic dissector (enabled by a preference) will */ -/* recognise a signature at the beginning of these frames. */ -/* Until someone is using this format, suggestions for changes */ -/* are welcome. */ -/*****************************************************************/ +/**********************************************************************/ +/* UDP framing format */ +/* ----------------------- */ +/* Several people have asked about dissecting RLC by framing */ +/* PDUs over IP. A suggested format over UDP has been defined */ +/* and implemented by this dissector, using the definitions */ +/* below. A link to an example program showing you how to encode */ +/* these headers and send LTE RLC PDUs on a UDP socket is */ +/* provided at https://gitlab.com/wireshark/wireshark/-/wikis/RLC-LTE */ +/* */ +/* A heuristic dissector (enabled by a preference) will */ +/* recognise a signature at the beginning of these frames. */ +/* Until someone is using this format, suggestions for changes */ +/* are welcome. */ +/**********************************************************************/ /* Signature. Rather than try to define a port for this, or make the diff --git a/epan/dissectors/packet-skype.c b/epan/dissectors/packet-skype.c index 3dc0b21dde..97cbdce7f4 100644 --- a/epan/dissectors/packet-skype.c +++ b/epan/dissectors/packet-skype.c @@ -13,7 +13,8 @@ /* * Documentation that formed the basis of the packet decoding: * https://github.com/matthiasbock/OpenSkype/wiki/Skype's-UDP-Format - * For additional information see: https://wiki.wireshark.org/Skype + * For additional information see: + * https://gitlab.com/wireshark/wireshark/-/wikis/Skype * * TODO: * - Authentication @@ -22,7 +23,8 @@ * - Decryption (with given keys) * - Test CRC check (requires working decryption) * - Heuristics to reliably detect Skype traffic - most likely impossible - * to implement in Wireshark (see http://en.wikipedia.org/wiki/Skype) + * to implement in Wireshark (see + * https://gitlab.com/wireshark/wireshark/-/wikis/Skype) * - Improve tests */ diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c index 31ca2a7968..db02253aa2 100644 --- a/epan/dissectors/packet-smb2.c +++ b/epan/dissectors/packet-smb2.c @@ -6,7 +6,7 @@ * * https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/ * https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/ - * https://wiki.wireshark.org/SMB2 + * https://gitlab.com/wireshark/wireshark/-/wikis/SMB2 * * If you edit this file, keep the wiki updated as well. * diff --git a/epan/dissectors/packet-sml.c b/epan/dissectors/packet-sml.c index 9045a42dfa..821c1c4bf9 100644 --- a/epan/dissectors/packet-sml.c +++ b/epan/dissectors/packet-sml.c @@ -14,7 +14,8 @@ SML dissector is based on v1.03 (12.11.2008) specifications of "smart message la Link to specifications: http://www.vde.com/de/fnn/arbeitsgebiete/messwesen/Sym2/infomaterial/seiten/sml-spezifikation.aspx -Short description of the SML protocol on the SML Wireshark Wiki page: https://wiki.wireshark.org/SML +Short description of the SML protocol on the SML Wireshark Wiki page: + https://gitlab.com/wireshark/wireshark/-/wikis/SML */ #include "config.h" diff --git a/epan/dissectors/packet-umts_rlc.h b/epan/dissectors/packet-umts_rlc.h index 13752349ab..848363a6c7 100644 --- a/epan/dissectors/packet-umts_rlc.h +++ b/epan/dissectors/packet-umts_rlc.h @@ -56,7 +56,7 @@ void rlc_reset_channel(enum rlc_mode mode, guint8 rbid, guint8 dir, guint32 ueid /* and implemented by this dissector, using the definitions */ /* below. A link to an example program showing you how to encode */ /* these headers and send RLC PDUs on a UDP socket is provided */ -/* at https://wiki.wireshark.org/RLC */ +/* at https://gitlab.com/wireshark/wireshark/-/wikis/RLC */ /* */ /* A heuristic dissecter (enabled by a preference) will */ /* recognise a signature at the beginning of these frames. */ diff --git a/epan/expert.h b/epan/expert.h index 9a78f1df7c..019606ab7f 100644 --- a/epan/expert.h +++ b/epan/expert.h @@ -1,7 +1,8 @@ /* expert.h * Collecting of Expert information. * - * For further info, see: https://wiki.wireshark.org/Development/ExpertInfo + * For further info, see: + * https://gitlab.com/wireshark/wireshark/-/wikis/Development/ExpertInfo * * Wireshark - Network traffic analyzer * By Gerald Combs 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) diff --git a/epan/wslua/wslua_gui.c b/epan/wslua/wslua_gui.c index 17d72070c2..c5a0fc8f49 100644 --- a/epan/wslua/wslua_gui.c +++ b/epan/wslua/wslua_gui.c @@ -874,7 +874,7 @@ WSLUA_FUNCTION wslua_copy_to_clipboard(lua_State* L) { /* Copy a string into the WSLUA_FUNCTION wslua_open_capture_file(lua_State* L) { /* Open and display a capture file. Requires a GUI. */ #define WSLUA_ARG_open_capture_file_FILENAME 1 /* The name of the file to be opened. */ -#define WSLUA_ARG_open_capture_file_FILTER 2 /* The https://wiki.wireshark.org/DisplayFilters[display filter] to be applied once the file is opened. */ +#define WSLUA_ARG_open_capture_file_FILTER 2 /* The https://gitlab.com/wireshark/wireshark/-/wikis/DisplayFilters[display filter] to be applied once the file is opened. */ const char* fname = luaL_checkstring(L,WSLUA_ARG_open_capture_file_FILENAME); const char* filter = luaL_optstring(L,WSLUA_ARG_open_capture_file_FILTER,NULL); @@ -930,7 +930,7 @@ WSLUA_FUNCTION wslua_set_filter(lua_State* L) { /* Set the main filter text. */ } WSLUA_FUNCTION wslua_get_color_filter_slot(lua_State* L) { /* - Gets the current https://wiki.wireshark.org/ColoringRules[packet coloring rule] (by index) for the + Gets the current https://gitlab.com/wireshark/wireshark/-/wikis/ColoringRules[packet coloring rule] (by index) for the current session. Wireshark reserves 10 slots for these coloring rules. Requires a GUI. */ #define WSLUA_ARG_get_color_filter_slot_ROW 1 /* @@ -972,7 +972,7 @@ WSLUA_FUNCTION wslua_get_color_filter_slot(lua_State* L) { /* } WSLUA_FUNCTION wslua_set_color_filter_slot(lua_State* L) { /* - Sets a https://wiki.wireshark.org/ColoringRules[packet coloring rule] (by index) for the current session. + Sets a https://gitlab.com/wireshark/wireshark/-/wikis/ColoringRules[packet coloring rule] (by index) for the current session. Wireshark reserves 10 slots for these coloring rules. Requires a GUI. */ @@ -1007,7 +1007,7 @@ WSLUA_FUNCTION wslua_set_color_filter_slot(lua_State* L) { /* wireshark -o gui.colorized_frame.bg:ffc0c0,ffc0ff,e0c0e0,c0c0ff,c0e0e0,c0ffff,c0ffc0,ffffc0,e0e0c0,e0e0e0 -o gui.colorized_frame.fg:000000,000000,000000,000000,000000,000000,000000,000000 ---- */ -#define WSLUA_ARG_set_color_filter_slot_TEXT 2 /* The https://wiki.wireshark.org/DisplayFilters[display filter] for selecting packets to be colorized +#define WSLUA_ARG_set_color_filter_slot_TEXT 2 /* The https://gitlab.com/wireshark/wireshark/-/wikis/DisplayFilters[display filter] for selecting packets to be colorized . */ guint8 row = (guint8)luaL_checkinteger(L,WSLUA_ARG_set_color_filter_slot_ROW); const gchar* filter_str = luaL_checkstring(L,WSLUA_ARG_set_color_filter_slot_TEXT); diff --git a/file.c b/file.c index 7749827da8..449f336ed1 100644 --- a/file.c +++ b/file.c @@ -52,6 +52,7 @@ #include "ui/simple_dialog.h" #include "ui/main_statusbar.h" #include "ui/progress_dlg.h" +#include "ui/urls.h" #include "ui/ws_ui_util.h" /* Needed for addrinfo */ @@ -634,7 +635,7 @@ cf_read(capture_file *cf, gboolean reloading) CATCH(OutOfMemoryError) { simple_message_box(ESD_TYPE_ERROR, NULL, "More information and workarounds can be found at\n" - "https://wiki.wireshark.org/KnownBugs/OutOfMemory", + WS_WIKI_URL("KnownBugs/OutOfMemory"), "Sorry, but Wireshark has run out of memory and has to terminate now."); #if 0 /* Could we close the current capture and free up memory from that? */ @@ -812,7 +813,7 @@ cf_continue_tail(capture_file *cf, volatile int to_read, wtap_rec *rec, CATCH(OutOfMemoryError) { simple_message_box(ESD_TYPE_ERROR, NULL, "More information and workarounds can be found at\n" - "https://wiki.wireshark.org/KnownBugs/OutOfMemory", + WS_WIKI_URL("KnownBugs/OutOfMemory"), "Sorry, but Wireshark has run out of memory and has to terminate now."); #if 0 /* Could we close the current capture and free up memory from that? */ diff --git a/packaging/nsis/NpcapPage.ini b/packaging/nsis/NpcapPage.ini index ce7f2ab5c1..78d09fd45c 100644 --- a/packaging/nsis/NpcapPage.ini +++ b/packaging/nsis/NpcapPage.ini @@ -58,4 +58,4 @@ Right=290 Top=127 Bottom=135 Text=Learn more about Npcap and WinPcap -State=https://wiki.wireshark.org/WinPcap +State=https://gitlab.com/wireshark/wireshark/-/wikis/WinPcap diff --git a/pdml2html.xsl b/pdml2html.xsl index 8bac7f1aee..37f70e213c 100644 --- a/pdml2html.xsl +++ b/pdml2html.xsl @@ -2,7 +2,8 @@