Skip to content

Commit

Permalink
detect/fileext: reimplement based on file.name
Browse files Browse the repository at this point in the history
Ticket: #6194.
  • Loading branch information
victorjulien committed Jul 5, 2023
1 parent 74f095c commit 9b09b29
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 333 deletions.
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ noinst_HEADERS = \
detect-engine-uint.h \
detect-fast-pattern.h \
detect-file-data.h \
detect-fileext.h \
detect-file-hash-common.h \
detect-filemagic.h \
detect-filemd5.h \
Expand Down Expand Up @@ -767,7 +766,6 @@ libsuricata_c_a_SOURCES = \
detect-engine-uint.c \
detect-fast-pattern.c \
detect-file-data.c \
detect-fileext.c \
detect-file-hash-common.c \
detect-filemagic.c \
detect-filemd5.c \
Expand Down
2 changes: 0 additions & 2 deletions src/detect-engine-register.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
#include "detect-rpc.h"
#include "detect-asn1.h"
#include "detect-filename.h"
#include "detect-fileext.h"
#include "detect-filestore.h"
#include "detect-filemagic.h"
#include "detect-filemd5.h"
Expand Down Expand Up @@ -488,7 +487,6 @@ void SigTableSetup(void)
DetectHttpCookieRegister();

DetectFilenameRegister();
DetectFileextRegister();
DetectFilestoreRegister();
DetectFilemagicRegister();
DetectFileMd5Register();
Expand Down
299 changes: 0 additions & 299 deletions src/detect-fileext.c

This file was deleted.

30 changes: 0 additions & 30 deletions src/detect-fileext.h

This file was deleted.

Loading

0 comments on commit 9b09b29

Please sign in to comment.