summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-03-14 03:23:36 +0000
committerGuy Harris <guy@alum.mit.edu>2008-03-14 03:23:36 +0000
commit7cc6cfb7adb4142ce1527697ee532a0b38b60dd3 (patch)
treeafe497b6eb62004571e6dff1b85562a656e536d3 /epan
parent335927f46fcbdf0400150708459e4982329ed429 (diff)
downloadwireshark-7cc6cfb7adb4142ce1527697ee532a0b38b60dd3.tar.gz
Update documentation links.
svn path=/trunk/; revision=24623
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-afp.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index 4b0ad27405..a1808384ea 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -47,18 +47,22 @@
/* The information in this module (AFP) comes from:
- AFP 2.1 & 2.2.pdf contained in AppleShare_IP_6.3_SDK
- available from http://www.apple.com
+ AFP 2.1 & 2.2 documentation, in PDF form, at
+
+http://developer.apple.com/DOCUMENTATION/macos8/pdf/ASAppleTalkFiling2.1_2.2.pdf
AFP3.0.pdf from http://www.apple.com (still available?)
- AFP3.1.pdf from
- http://developer.apple.com/documentation/Networking/Conceptual/AFP/AFP3_1.pdf
+ AFP 3.1 programming guide, in PDF form, at
- AFP 3.1 in HTML from
+ http://developer.apple.com/documentation/Networking/Conceptual/AFP/AFP3_1.pdf
+ and in HTML form, at
+
http://developer.apple.com/documentation/Networking/Conceptual/AFP/index.html
+ AFP 3.1 specification, in HTML form, at
+
http://developer.apple.com/documentation/Networking/Reference/AFP_Reference/index.html
The netatalk source code by Wesley Craig & Adrian Sun