Mention SSHv2 RFCs
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 26 Nov 2010 23:33:05 +0000 (23:33 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 26 Nov 2010 23:33:05 +0000 (23:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35035 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ssh.c

index 0cedb83ace0f7c47b49bb6d1525c15f5a9b4e7fd..ecdf59ad3fd5206d1bd05eb6f17587edfa323f9b 100644 (file)
  *
  */
 
+/* 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