aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-26 23:33:05 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-26 23:33:05 +0000
commit4f90bee09d1c12d75fcaaf2757678a48d6b43ddb (patch)
treeccee8a1e69e68976dfb329fdfb5c97037ebfedfe /epan/dissectors/packet-ssh.c
parentefe679ad3610f0e2a5be8052f14c9b96c9168c25 (diff)
Mention SSHv2 RFCs
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35035 f5534014-38df-0310-8fa8-9805f1628bb7
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