aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-11-26 23:33:05 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-11-26 23:33:05 +0000
commit6c1e90bfd001b147e7da5fd38119e1ace761e485 (patch)
treeccee8a1e69e68976dfb329fdfb5c97037ebfedfe /epan/dissectors/packet-ssh.c
parent049e9e39e806dffac092d45de5dc375cdf55f40a (diff)
Mention SSHv2 RFCs
svn path=/trunk/; revision=35035
Diffstat (limited to 'epan/dissectors/packet-ssh.c')
-rw-r--r--epan/dissectors/packet-ssh.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssh.c b/epan/dissectors/packet-ssh.c
index 0cedb83ace..ecdf59ad3f 100644
--- a/epan/dissectors/packet-ssh.c
+++ b/epan/dissectors/packet-ssh.c
@@ -31,6 +31,17 @@
*
*/
+/* SSH version 2 is defined in:
+ *
+ * RFC 4250: The Secure Shell (SSH) Protocol Assigned Numbers
+ * RFC 4251: The Secure Shell (SSH) Protocol Architecture
+ * RFC 4252: The Secure Shell (SSH) Authentication Protocol
+ * RFC 4253: The Secure Shell (SSH) Transport Layer Protocol
+ * RFC 4254: The Secure Shell (SSH) Connection Protocol
+ *
+ * SSH versions under 2 were never officially standardized.
+ */
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif