aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-04 00:04:53 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-04 00:04:53 +0000
commita468cc1b6a7f3bdd7f2e08dc63212083c7f34b7d (patch)
treeedee2634b981b37d7dffe24d947610e8fd6b183d /epan/dissectors/packet-tds.c
parent3b627d04fdf0b45f8400c43408a55b86750ddc8d (diff)
Update some references.
svn path=/trunk/; revision=38329
Diffstat (limited to 'epan/dissectors/packet-tds.c')
-rw-r--r--epan/dissectors/packet-tds.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tds.c b/epan/dissectors/packet-tds.c
index 19ad0b0086..ad4e9f8906 100644
--- a/epan/dissectors/packet-tds.c
+++ b/epan/dissectors/packet-tds.c
@@ -72,6 +72,11 @@
* http://www.freetds.org/tds.html
*
* Some more information can be found in
+ * http://www.sybase.com/content/1013412/tds34.pdf
+ * http://www.sybase.com/content/1040983/Sybase-tds38-102306.pdf
+ * Microsoft's [MS-TDS] protocol specification
+ *
+ * This document is no longer available here:
* http://download.nai.com/products/media/sniffer/support/sdos/sybase.pdf
*
* Much of this code was originally developed for the FreeTDS project.