~ubuntu-branches/ubuntu/utopic/suricata/utopic

« back to all changes in this revision

Viewing changes to src/detect-engine-analyzer.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2012-10-13 12:18:33 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121013121833-5prpn8erd8haaln4
Tags: 1.3.2-1
ImportedĀ UpstreamĀ versionĀ 1.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <stdint.h>
28
28
 
29
 
int SetupRuleAnalyzer(char *log_path);
30
 
void CleanupRuleAnalyzer (char *log_path);
 
29
int SetupRuleAnalyzer(void);
 
30
void CleanupRuleAnalyzer (void);
31
31
int PerCentEncodingSetup ();
32
32
int PerCentEncodingMatch (uint8_t *content, uint8_t content_len);
33
33
void EngineAnalysisRules(Signature *s, char *line);