Add a URL for RFC 1952.

Change-Id: I951829e173ef7a37ea1de7576ff919470e746974
Reviewed-on: https://code.wireshark.org/review/25317
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-01-14 15:47:22 -08:00
parent 6b4d1cf931
commit 1d1e511ed9
1 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,11 @@
#endif /* HAVE_ZLIB */
/*
* See RFC 1952 for a description of the gzip file format.
* See RFC 1952:
*
* https://tools.ietf.org/html/rfc1952
*
* for a description of the gzip file format.
*
* Some other compressed file formats we might want to support:
*