Skip to content

Commit

Permalink
detect-tls-sni: add link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
regit authored and victorjulien committed Feb 1, 2017
1 parent c357daf commit f407d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/detect-tls-sni.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ void DetectTlsSniRegister(void)
{
sigmatch_table[DETECT_AL_TLS_SNI].name = "tls_sni";
sigmatch_table[DETECT_AL_TLS_SNI].desc = "content modifier to match specifically and only on the TLS SNI buffer";
sigmatch_table[DETECT_AL_TLS_SNI].url = DOC_URL DOC_VERSION "/rules/tls-keywords.html#tls-sni";
sigmatch_table[DETECT_AL_TLS_SNI].Match = NULL;
sigmatch_table[DETECT_AL_TLS_SNI].AppLayerMatch = NULL;
sigmatch_table[DETECT_AL_TLS_SNI].Setup = DetectTlsSniSetup;
Expand Down

0 comments on commit f407d77

Please sign in to comment.