aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-14 03:23:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-14 03:23:36 +0000
commitf1ab47496cc5a3d53ccd3adf9c58633a54b40419 (patch)
treeafe497b6eb62004571e6dff1b85562a656e536d3 /epan/dissectors/packet-afp.c
parent9a33feac39c65eb81c44a20ef919d4fbe4dffe79 (diff)
Update documentation links.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24623 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-afp.c')
-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