ze-filter  (ze-filter-0.8.0-develop-180218)
ze-entropy.h File Reference

Go to the source code of this file.

Macros

#define __ZE_ENTROPY_H
 

Functions

double entropy_monogram (char *, size_t)
 
double entropy_token_class (char *, size_t)
 
bool message_entropy (char *, char *)
 
bool message_extract_http_urls (char *, char *)
 
bool text_buffer_entropy (char *, size_t, double *, double *, double *)
 

Macro Definition Documentation

◆ __ZE_ENTROPY_H

#define __ZE_ENTROPY_H

Definition at line 38 of file ze-entropy.h.

Function Documentation

◆ entropy_monogram()

double entropy_monogram ( char *  ,
size_t   
)

Definition at line 107 of file ze-entropy.c.

◆ entropy_token_class()

double entropy_token_class ( char *  ,
size_t   
)

Definition at line 325 of file ze-entropy.c.

◆ message_entropy()

bool message_entropy ( char *  ,
char *   
)

Definition at line 587 of file ze-entropy.c.

◆ message_extract_http_urls()

bool message_extract_http_urls ( char *  ,
char *   
)

Definition at line 695 of file ze-entropy.c.

◆ text_buffer_entropy()

bool text_buffer_entropy ( char *  ,
size_t  ,
double *  ,
double *  ,
double *   
)

Definition at line 210 of file ze-entropy.c.