]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect-ssh-proto: fix url for keyword
authorMats Klepsland <mats.klepsland@gmail.com>
Tue, 16 Oct 2018 19:53:45 +0000 (21:53 +0200)
committerMats Klepsland <mats.klepsland@gmail.com>
Tue, 16 Oct 2018 20:05:18 +0000 (22:05 +0200)
src/detect-ssh-proto.c

index f54dc51a3fa2f40e9987d00b559ad546970085d7..b9022ecfa8aaeb7969340b98f1d8ef05ef4815cc 100644 (file)
@@ -48,7 +48,7 @@
 #include "detect-ssh-proto.h"
 
 #define KEYWORD_NAME "ssh_proto"
-#define KEYWORD_DOC "ssh-keywords#ssh-protocol"
+#define KEYWORD_DOC "ssh-keywords.html#ssh-proto"
 #define BUFFER_NAME "ssh_protocol"
 #define BUFFER_DESC "ssh protocol field"
 static int g_buffer_id = 0;