~ubuntu-branches/ubuntu/precise/suricata/precise-proposed

« back to all changes in this revision

Viewing changes to src/detect-parse.h

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-06-19 17:39:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100619173914-5vkjfgz24mbia29z
Tags: 0.9.2-1
ImportedĀ UpstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
void SigFree(Signature *s);
46
46
Signature *SigInit(DetectEngineCtx *,char *sigstr);
47
47
SigMatch *SigMatchGetLastSM(SigMatch *, uint8_t);
 
48
SigMatch *SigMatchGetLastSMFromLists(Signature *, int, ...);
48
49
 
49
50
void SigParsePrepare(void);
50
51
void SigParseRegisterTests(void);
52
53
 
53
54
void SigMatchReplace(Signature *, SigMatch *, SigMatch *);
54
55
void SigMatchReplaceContent(Signature *, SigMatch *, SigMatch *);
 
56
void SigMatchReplaceContentToUricontent(Signature *, SigMatch *, SigMatch *);
55
57
 
56
58
void SigMatchAppendPayload(Signature *, SigMatch *);
 
59
void SigMatchAppendDcePayload(Signature *, SigMatch *);
57
60
void SigMatchAppendPacket(Signature *, SigMatch *);
58
61
void SigMatchAppendUricontent(Signature *, SigMatch *);
59
62
void SigMatchAppendAppLayer(Signature *, SigMatch *);