]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/tcp: rename tcp keyword files
authorVictor Julien <victor@inliniac.net>
Wed, 19 Jun 2019 12:10:09 +0000 (14:10 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 21 Jun 2019 05:16:17 +0000 (07:16 +0200)
commitbdf53f449ce9daa9e0c08fb0f9040cad0e12a7bb
treedb3f44ff9d7036bc07f09792572706dd65e4a3fd
parent47919fd0e468e49354c7ca513bc1620149c96cc2
detect/tcp: rename tcp keyword files
13 files changed:
src/Makefile.am
src/detect-engine-analyzer.c
src/detect-engine-build.c
src/detect-engine-register.c
src/detect-engine-siggroup.c
src/detect-tcp-ack.c [moved from src/detect-ack.c with 99% similarity]
src/detect-tcp-ack.h [moved from src/detect-ack.h with 99% similarity]
src/detect-tcp-flags.c [moved from src/detect-flags.c with 99% similarity]
src/detect-tcp-flags.h [moved from src/detect-flags.h with 100% similarity]
src/detect-tcp-seq.c [moved from src/detect-seq.c with 99% similarity]
src/detect-tcp-seq.h [moved from src/detect-seq.h with 99% similarity]
src/detect-tcp-window.c [moved from src/detect-window.c with 99% similarity]
src/detect-tcp-window.h [moved from src/detect-window.h with 99% similarity]