Fix some broken dissector URLs

This commit is contained in:
Martin Mathieson 2023-12-02 14:37:24 +00:00 committed by Martin Mathieson
parent 04165f8536
commit 6b7664bfd3
6 changed files with 17 additions and 19 deletions

View File

@ -15,11 +15,11 @@
*
* and
*
* https://tools.ietf.org/html/draft-ietf-krb-wg-kerberos-clarifications-07
* https://tools.ietf.org/html/rfc4120
*
* and
*
* https://tools.ietf.org/html/draft-ietf-krb-wg-kerberos-referrals-05
* https://tools.ietf.org/html/rfc6806
*
* Some structures from RFC2630
*

View File

@ -14,12 +14,12 @@
*
* References:
* ISO 2709: https://www.iso.org/standard/41319.html
* MARC21: http://www.loc.gov/marc/bibliographic/
* Z39.50 Maintenance Agency: http://www.loc.gov/z3950/agency/
* Z39.50 2003 standard: http://www.loc.gov/z3950/agency/Z39-50-2003.pdf
* MARC21: https://www.loc.gov/marc/bibliographic/
* Z39.50 Maintenance Agency: https://www.loc.gov/z3950/agency/
* Z39.50 2003 standard: https://www.loc.gov/z3950/agency/Z39-50-2003.pdf
* Z39.50 1995 ASN.1: https://www.loc.gov/z3950/agency/asn1.html
* Registered Z39.50 Object Identifiers:
* http://www.loc.gov/z3950/agency/defns/oids.html
* https://www.loc.gov/z3950/agency/defns/oids.html
* Bib-1 Attribute Set: https://www.loc.gov/z3950/agency/defns/bib1.html
* Bib-1 Diagnostics: https://www.loc.gov/z3950/agency/defns/bib1diag.html
* RFC for Z39.50 over TCP/IP: https://tools.ietf.org/html/rfc1729

View File

@ -20,11 +20,11 @@
*
* and
*
* https://tools.ietf.org/html/draft-ietf-krb-wg-kerberos-clarifications-07
* https://tools.ietf.org/html/rfc4120
*
* and
*
* https://tools.ietf.org/html/draft-ietf-krb-wg-kerberos-referrals-05
* https://tools.ietf.org/html/rfc6806
*
* Some structures from RFC2630
*

View File

@ -41,9 +41,7 @@
*
* See:
*
* http://www-01.ibm.com/support/docview.wss?uid=pub1sc34606203
*
* http://www-01.ibm.com/support/docview.wss?uid=pub1sc34694001
* https://www.ibm.com/docs/en/ibm-mq/7.5?topic=structure-application-programming-reference
*
* Possible structures combinations :
* TSH [ ID ^ UID ^ CONN ^ INQ ^ OD ]

View File

@ -31,7 +31,7 @@
* http://wiki.gnashdev.org/RTMP
* http://wiki.gnashdev.org/RTMP_Messages_Decoded
* http://www.acmewebworks.com/Downloads/openCS/TheAMF.pdf
* http://www.gnashdev.org/files/rtmp-decoded.pdf
* https://rtmp.veriskope.com/pdf/rtmp_specification_1.0.pdf
*
* It's also available from Adobe at
*
@ -49,7 +49,7 @@
*
* For FLV, see:
*
* http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf
* https://rtmp.veriskope.com/pdf/video_file_format_spec_v10.pdf
*
* Default TCP port is 1935
*/
@ -246,9 +246,9 @@ static const value_string rtmpt_tag_vals[] = {
{ 0, NULL }
};
/* [Spec] http://www.adobe.com/content/dam/Adobe/en/devnet/rtmp/pdf/rtmp_specification_1.0.pdf */
/* [Spec] https://github.com/runner365/read_book/blob/master/rtmp/rtmp_specification_1.0.pdf */
/* [DevG] http://help.adobe.com/en_US/flashmediaserver/devguide/index.html "working with Live Video" => Adding metadata to a live stream */
/* [SWF] http://www.adobe.com/content/dam/Adobe/en/devnet/swf/pdf/swf_file_format_spec_v10.pdf */
/* [SWF] https://github.com/blackears/raven/blob/master/proj/SWFParser/doc/swf_file_format_spec_v10.pdf */
static const value_string rtmpt_audio_codecs[] = {
{ 0, "Uncompressed" }, /* [DevG] */
{ 1, "ADPCM" }, /* [DevG] */

View File

@ -19,12 +19,12 @@
*
* References:
* ISO 2709: https://www.iso.org/standard/41319.html
* MARC21: http://www.loc.gov/marc/bibliographic/
* Z39.50 Maintenance Agency: http://www.loc.gov/z3950/agency/
* Z39.50 2003 standard: http://www.loc.gov/z3950/agency/Z39-50-2003.pdf
* MARC21: https://www.loc.gov/marc/bibliographic/
* Z39.50 Maintenance Agency: https://www.loc.gov/z3950/agency/
* Z39.50 2003 standard: https://www.loc.gov/z3950/agency/Z39-50-2003.pdf
* Z39.50 1995 ASN.1: https://www.loc.gov/z3950/agency/asn1.html
* Registered Z39.50 Object Identifiers:
* http://www.loc.gov/z3950/agency/defns/oids.html
* https://www.loc.gov/z3950/agency/defns/oids.html
* Bib-1 Attribute Set: https://www.loc.gov/z3950/agency/defns/bib1.html
* Bib-1 Diagnostics: https://www.loc.gov/z3950/agency/defns/bib1diag.html
* RFC for Z39.50 over TCP/IP: https://tools.ietf.org/html/rfc1729