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

« back to all changes in this revision

Viewing changes to src/detect-engine-hmd.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:
130
130
                                          f,
131
131
                                          (uint8_t *)bstr_ptr(tx->request_method),
132
132
                                          bstr_len(tx->request_method),
 
133
                                          0,
133
134
                                          DETECT_ENGINE_CONTENT_INSPECTION_MODE_HMD, NULL);
134
135
    if (r == 1)
135
136
        return 1;