~ubuntu-branches/ubuntu/saucy/suricata/saucy-updates

« back to all changes in this revision

Viewing changes to src/detect-engine-hrud.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2013-05-29 16:24:52 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20130529162452-kujdwfkf24i9qdfu
Tags: 1.4.2-1
ImportedĀ UpstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
                                          f,
137
137
                                          (uint8_t *)bstr_ptr(tx->request_uri),
138
138
                                          bstr_len(tx->request_uri),
 
139
                                          0,
139
140
                                          DETECT_ENGINE_CONTENT_INSPECTION_MODE_HRUD, NULL);
140
141
    if (r == 1)
141
142
        return 1;