]> git.ipfire.org Git - thirdparty/suricata.git/commit
find and replace HSBDMATCH by FILEDATA
authorGiuseppe Longo <giuseppelng@gmail.com>
Tue, 20 Jan 2015 09:28:38 +0000 (10:28 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 8 May 2015 08:13:38 +0000 (10:13 +0200)
commit41a1a9f4aff442bcad4d38ab9222c410fdaa5355
treef52aeb1100e5f1c2cc62d421d74536c9d855f1fb
parenteac83be1216a554f99b668b053e8dd4f6cea6953
find and replace HSBDMATCH by FILEDATA

This commit do a find and replace of the following:

- DETECT_SM_LIST_HSBDMATCH by DETECT_SM_LIST_FILEDATA
  sed -i 's/DETECT_SM_LIST_HSBDMATCH/DETECT_SM_LIST_FILEDATA/g' src/*

- HSBD by FILEDATA:
  sed -i 's/HSBDMATCH/FILEDATA/g' src/*
23 files changed:
src/detect-byte-extract.c
src/detect-bytejump.c
src/detect-bytetest.c
src/detect-content.c
src/detect-depth.c
src/detect-distance.c
src/detect-engine-analyzer.c
src/detect-engine-hsbd.c
src/detect-engine-mpm.c
src/detect-engine.c
src/detect-fast-pattern.c
src/detect-file-data.c
src/detect-http-server-body.c
src/detect-isdataat.c
src/detect-lua.c
src/detect-nocase.c
src/detect-offset.c
src/detect-parse.c
src/detect-pcre.c
src/detect-pkt-data.c
src/detect-within.c
src/detect.c
src/detect.h