aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sna.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-03-20 19:27:06 -0700
committerGuy Harris <guy@alum.mit.edu>2017-03-21 02:28:31 +0000
commit7c2e0a239adcf0432cdff7478b7e91df49f93af9 (patch)
tree5b174b5b6123591e83c0383a05c27f060e71c501 /epan/dissectors/packet-sna.c
parentf6e04681fcae10c01ceaba79be73642bc44faec1 (diff)
Update some URLs.
Go to the Wayback Machine for now; give URLs for the specific documents in that directory on the IBM FTP site, and indicate what documents they are. Change-Id: Ica0378e8e8a29b9367a6ebd3ecb41a06d2e93a15 Reviewed-on: https://code.wireshark.org/review/20651 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-sna.c')
-rw-r--r--epan/dissectors/packet-sna.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sna.c b/epan/dissectors/packet-sna.c
index 5fa5f08749..12d662d441 100644
--- a/epan/dissectors/packet-sna.c
+++ b/epan/dissectors/packet-sna.c
@@ -34,9 +34,13 @@
#include "wsutil/pint.h"
/*
- * http://www.wanresources.com/snacell.html
- * ftp://ftp.software.ibm.com/networking/pub/standards/aiw/formats/
+ * http://web.archive.org/web/20020206033700/http://www.wanresources.com/snacell.html
*
+ * Systems Network Architecture Formats, GA27-3136-20:
+ * https://publibz.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/D50A5007/CCONTENTS
+ *
+ * Systems Network Architecture Management Services Formats, GC31-8302-03:
+ * https://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/d50x4002/CCONTENTS
*/
void proto_register_sna(void);
void proto_reg_handoff_sna(void);