aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-14 15:47:22 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-14 23:47:53 +0000
commit1d1e511ed9e2312f7f2b667e4b7b8b48a33a1556 (patch)
tree817b60e18be4880189a2f587ab836374d9e7a7a8 /wiretap/file_wrappers.c
parent6b4d1cf931c31edcd6dc27a4c20fb90a76bf122f (diff)
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>
Diffstat (limited to 'wiretap/file_wrappers.c')
-rw-r--r--wiretap/file_wrappers.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 8d5ff51b51..ede7e45a37 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -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:
*